ImageGear .NET
Justification Property




Gets or sets a value indicating the justificationfor this field.
Syntax
'Declaration
 
Public Property Justification As TextJustification
'Usage
 
Dim instance As TextField
Dim value As TextJustification
 
instance.Justification = value
 
value = instance.Justification
public TextJustification Justification {get; set;}
public: __property TextJustification get_Justification();
public: __property void set_Justification( 
   TextJustification value
);
public:
property TextJustification Justification {
   TextJustification get();
   void set (    TextJustification value);
}

Property Value

The justification for the text in this field. Left, right, or centered.
See Also

Reference

TextField Class
TextField Members

 

 


©2017. Accusoft Corporation. All Rights Reserved.

Send Feedback