In This Topic
GdPicture14 Namespace / ThumbnailEx Class / CheckBoxesMarginLeft Property

CheckBoxesMarginLeft Property (ThumbnailEx)

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