In This Topic
GdPicture14.WPF Namespace / ThumbnailEx Class / TextMarginLeft Property

TextMarginLeft Property (ThumbnailEx)

In This Topic
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