Spread Windows Forms 17
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / Bevel Structure / Default Property


In This Topic
    Default Property (Bevel)
    In This Topic
    Represents a Bevel object that has a Color value set to System.Drawing.SystemColors.Control, a Width value set to zero, a Lightness value set to 25, and a Darkness value set to -25.
    Syntax
    'Declaration
     
    
    Public Shared ReadOnly Property Default As Bevel
    'Usage
     
    
    Dim value As Bevel
     
    value = Bevel.Default
    public static Bevel Default {get;}

    Property Value

    A Bevel value that indicates the default value.
    See Also