ImageGear .NET v25.2 - Updated
ImageGear.Art Assembly / ImageGear.ART Namespace / IImGearARTPolyRuler Interface / IsLabelVisible Property




In This Topic
    IsLabelVisible Property (IImGearARTPolyRuler)
    In This Topic
    Gets or sets a value indicating whether the label is displayed.
    Syntax
    'Declaration
     
    Property IsLabelVisible As Boolean
    'Usage
     
    Dim instance As IImGearARTPolyRuler
    Dim value As Boolean
     
    instance.IsLabelVisible = value
     
    value = instance.IsLabelVisible
    bool IsLabelVisible {get; set;}
    __property bool get_IsLabelVisible();
    __property void set_IsLabelVisible( 
       bool value
    );
    property bool IsLabelVisible {
       bool get();
       void set (    bool value);
    }

    Property Value

    Boolean variable.
    See Also