Spread Windows Forms 15.0
FarPoint.Win Assembly / FarPoint.Win Namespace / ElementStyle Class / Visible Property


In This Topic
    Visible Property (ElementStyle)
    In This Topic
    Gets or sets, for the style, whether the element is visible.
    Syntax
    'Declaration
     
    
    Public Overridable Property Visible As Boolean
    'Usage
     
    
    Dim instance As ElementStyle
    Dim value As Boolean
     
    instance.Visible = value
     
    value = instance.Visible
    public virtual bool Visible {get; set;}
    See Also