Accusoft.NotateXpress13.Net
TextJustification Property (TextTool)




Gets and sets how the text within the text annotation is justified.
Syntax
'Declaration
 
Public Property TextJustification As TextJustification
'Usage
 
Dim instance As TextTool
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);
}

Property Value

The TextJustification.
See Also

Reference

TextTool Class
TextTool Members

 

 


©2019. Accusoft Corporation. All Rights Reserved.

Send Feedback