'Declaration
 
Public Property TextJustification As TextJustification
             
        
            
            'Usage
 
Dim instance As NoteTool
Dim value As TextJustification
 
instance.TextJustification = value
 
value = instance.TextJustification
             
        
            
            public TextJustification TextJustification {get; set;}
             
        
            
            public: __property TextJustification get_TextJustification();
public: __property void set_TextJustification( 
   TextJustification value
);
             
        
            
            public:
property TextJustification TextJustification {
   TextJustification get();
   void set (    TextJustification value);
}