Spread Windows Forms 15.0
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / Bevel Structure / Empty Property


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

    Property Value

    A Bevel value that indicates the empty value.
    See Also