Width Property (SVGStyle)
In This Topic
A value that indicates the width of the chart style.
Syntax
'Declaration
Public Property Width As System.Nullable(Of Double)
'Usage
Dim instance As SVGStyle
Dim value As System.Nullable(Of Double)
instance.Width = value
value = instance.Width
public System.Nullable<double> Width {get; set;}
public read-write property Width: System.Nullable;
public function get,set Width : System.Nullable
public: __property System.Nullable<double> get_Width();
public: __property void set_Width(
System.Nullable<double> value
);
public:
property System.Nullable<double> Width {
System.Nullable<double> get();
void set ( System.Nullable<double> value);
}
See Also