Accusoft.NotateXpress13.Net
TextJustification Property (TextToolbarDefaults)




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

TextToolbarDefaults Class
TextToolbarDefaults Members

 

 


©2019. Accusoft Corporation. All Rights Reserved.

Send Feedback