GdPicture.NET.14
GdPicture14 Namespace / GdViewer Class / RectBorderSize Property





In This Topic
RectBorderSize Property (GdViewer)
In This Topic
Syntax
'Declaration
 
Public Property RectBorderSize As Integer
public int RectBorderSize {get; set;}
public read-write property RectBorderSize: Integer; 
public function get,set RectBorderSize : int
public: __property int get_RectBorderSize();
public: __property void set_RectBorderSize( 
   int value
);
public:
property int RectBorderSize {
   int get();
   void set (    int value);
}
See Also