Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / DefaultSkins Class / Default Property


In This Topic
    Default Property (DefaultSkins)
    In This Topic
    Represents the skin for resetting the skin properties to the default values.
    Syntax
    'Declaration
     
    
    Public Shared ReadOnly Property Default As SheetSkin
    'Usage
     
    
    Dim value As SheetSkin
     
    value = DefaultSkins.Default
    public static SheetSkin Default {get;}
    See Also