Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / SpreadImage Class / Visible Property
Example


In This Topic
    Visible Property (SpreadImage)
    In This Topic
    Gets or sets whether to display the SpreadImage.
    Syntax
    'Declaration
     
    
    Public Overrides Property Visible As Boolean
    'Usage
     
    
    Dim instance As SpreadImage
    Dim value As Boolean
     
    instance.Visible = value
     
    value = instance.Visible
    public override bool Visible {get; set;}
    Example
    This example sets the Visible property.
    See Also