Spread Windows Forms 15.0
FarPoint.Win Assembly / FarPoint.Win Namespace / BevelBorder Class / Shadow Property


In This Topic
    Shadow Property (BevelBorder)
    In This Topic
    Gets the shadow color of the border.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Shadow As Color
    'Usage
     
    
    Dim instance As BevelBorder
    Dim value As Color
     
    value = instance.Shadow
    public Color Shadow {get;}
    See Also