Accusoft.NotateXpress13.Net
TextJustification Property (NoteToolbarDefaults)




Gets and sets how the text within the note annotation is justified.
Syntax
'Declaration
 
Public Property TextJustification As TextJustification
'Usage
 
Dim instance As NoteToolbarDefaults
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 to use for the note annotation.
See Also

Reference

NoteToolbarDefaults Class
NoteToolbarDefaults Members

 

 


©2019. Accusoft Corporation. All Rights Reserved.

Send Feedback