ImageGear .NET v25.2 - Updated
ImageGear.Art Assembly / ImageGear.ART Namespace / ImGearARTProtractor Class / IsLabelVisible Property




In This Topic
    IsLabelVisible Property (ImGearARTProtractor)
    In This Topic
    Gets or sets a value indicating whether or not the label is displayed adjacent to the protractor annotation.
    Syntax
    'Declaration
     
    Public Property IsLabelVisible As Boolean
    'Usage
     
    Dim instance As ImGearARTProtractor
    Dim value As Boolean
     
    instance.IsLabelVisible = value
     
    value = instance.IsLabelVisible
    public bool IsLabelVisible {get; set;}
    public: __property bool get_IsLabelVisible();
    public: __property void set_IsLabelVisible( 
       bool value
    );
    public:
    property bool IsLabelVisible {
       bool get();
       void set (    bool value);
    }

    Property Value

    Boolean value.
    See Also