Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / DefaultSkins Class / Classic Property
Example


In This Topic
    Classic Property
    In This Topic
    Represents the built-in skin, Classic.
    Syntax
    'Declaration
     
    
    Public Shared ReadOnly Property Classic As SheetSkin
    'Usage
     
    
    Dim value As SheetSkin
     
    value = DefaultSkins.Classic
    public static SheetSkin Classic {get;}
    Example
    This example applies the built-in Classic skin to the sheet in the component.
    See Also