In This Topic

Alignment Property (AnnotationText)

In This Topic
Defines the horizontal alignment of the text.
Syntax
'Declaration
 
Public Shadows Property Alignment As StringAlignment
public new StringAlignment Alignment {get; set;}
public read-write property Alignment: StringAlignment; 
public hide function get,set Alignment : StringAlignment
public: __property new StringAlignment get_Alignment();
public: __property new void set_Alignment( 
   StringAlignment value
);
public:
new property StringAlignment Alignment {
   StringAlignment get();
   void set (    StringAlignment value);
}
See Also