'Declaration
Public Property VerticalTextAlignment As TextAlignment
public TextAlignment VerticalTextAlignment {get; set;}
public read-write property VerticalTextAlignment: TextAlignment;
public function get,set VerticalTextAlignment : TextAlignment
public: __property TextAlignment get_VerticalTextAlignment(); public: __property void set_VerticalTextAlignment( TextAlignment value );
public: property TextAlignment VerticalTextAlignment { TextAlignment get(); void set ( TextAlignment value); }