Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.DrawingSpace Namespace / BannerShape Class / State Property


In This Topic
    State Property (BannerShape)
    In This Topic
    Gets or sets the state of the element.
    Syntax
    'Declaration
     
    
    Public Overridable Property State As ElementState
    'Usage
     
    
    Dim instance As BannerShape
    Dim value As ElementState
     
    instance.State = value
     
    value = instance.State
    public virtual ElementState State {get; set;}
    See Also