In This Topic
GdPicture14.WPF Namespace / GdViewer Class / RectBorderSize Property

RectBorderSize Property (GdViewer)

In This Topic
Syntax
'Declaration

 

Public Property RectBorderSize As Double
public double RectBorderSize {get; set;}
public read-write property RectBorderSize: Double; 
public function get,set RectBorderSize : double
public: __property double get_RectBorderSize();

public: __property void set_RectBorderSize( 

   double value

);
public:

property double RectBorderSize {

   double get();

   void set (    double value);

}
See Also