In This Topic
GdPicture14 Namespace / ThumbnailEx Class / TextMarginTop Property

TextMarginTop Property (ThumbnailEx)

In This Topic
Defines custom text top margin. Negative margin is allowed. Default value is 0.
Syntax
'Declaration

 

Public Property TextMarginTop As Integer
public int TextMarginTop {get; set;}
public read-write property TextMarginTop: Integer; 
public function get,set TextMarginTop : int
public: __property int get_TextMarginTop();

public: __property void set_TextMarginTop( 

   int value

);
public:

property int TextMarginTop {

   int get();

   void set (    int value);

}
See Also