In This Topic
            
            Returns true if the Text has an alignment box. In GUI it's 'Activate alignment box' checkbox.
            
            
            Syntax
            
            
            
            
            public bool HasBox {get; set;}
             
        
            
            public:
property bool HasBox {
   bool get();
   void set (    bool value);
}
             
        
             
        
            
            
            Property Value
true : Text has a box
false : Text does not have a box
 
            
            
            
            
            
            
            
            
            
            
            See Also