GdPicture.NET.14
GdPicture14 Namespace / ThumbnailEx Class / VerticalTextAlignment Property





In This Topic
VerticalTextAlignment Property (ThumbnailEx)
In This Topic
Syntax
'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);
}
See Also