Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.DrawingSpace Namespace / PSShape Class / Visible Property


In This Topic
    Visible Property (PSShape)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Overrides Property Visible As Boolean
    'Usage
     
    
    Dim instance As PSShape
    Dim value As Boolean
     
    instance.Visible = value
     
    value = instance.Visible
    public override bool Visible {get; set;}
    See Also