Spread Windows Forms 13.0 Product Documentation
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / DefaultSpreadSkins Class / Classic Property
Example


In This Topic
    Classic Property (DefaultSpreadSkins)
    In This Topic
    Represents the built-in skin, Classic.
    Syntax
    'Declaration
     
    Public Shared ReadOnly Property Classic As SpreadSkin
    'Usage
     
    Dim value As SpreadSkin
     
    value = DefaultSpreadSkins.Classic
    public static SpreadSkin Classic {get;}

    Property Value

    SpreadSkin object containing the built-in skin
    Example
    This example uses the Classic skin.
    FarPoint.Win.Spread.DefaultSpreadSkins.Classic.Apply(fpSpread1);
    FarPoint.Win.Spread.DefaultSpreadSkins.Classic.Apply(FpSpread1)
    See Also