Gets or sets a value indicating whether or not the label is displayed adjacent to the protractor annotation.
            
            
            
            Syntax
            
            
            
            
            'Declaration
 
Property IsLabelVisible As Boolean
             
        
            
            'Usage
 
Dim instance As IImGearARTProtractor
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 value.
 
            
            
            
            
            
            
            
            
            
            
            
            See Also