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





In This Topic
TextMarginLeft Property (ThumbnailEx)
In This Topic
Defines custom text left margin. Negative margin is allowed. Default value is 0.
Syntax
'Declaration
 
Public Property TextMarginLeft As Integer
public int TextMarginLeft {get; set;}
public read-write property TextMarginLeft: Integer; 
public function get,set TextMarginLeft : int
public: __property int get_TextMarginLeft();
public: __property void set_TextMarginLeft( 
   int value
);
public:
property int TextMarginLeft {
   int get();
   void set (    int value);
}
See Also