Accusoft.NotateXpress13.Net
TextJustification Property (NoteTool)




Gets and sets how the text within the note annotation is justified.
Syntax
'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);
}

Property Value

The TextJustification set.
See Also

Reference

NoteTool Class
NoteTool Members

 

 


©2018. Accusoft Corporation. All Rights Reserved.

Send Feedback