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


In This Topic
    Color Property (Bevel)
    In This Topic
    Gets or sets the background color of the bevel.
    Syntax
    'Declaration
     
    
    Public Property Color As Color
    'Usage
     
    
    Dim instance As Bevel
    Dim value As Color
     
    instance.Color = value
     
    value = instance.Color
    public Color Color {get; set;}

    Property Value

    A Color that represents the bevel background.
    The default is System.Drawing.SystemColors.Control.
    See Also