'Declaration Public Property LineWidth As System.Nullable(Of Single)
public System.Nullable<float> LineWidth { get; set; }
public: __property System.Nullable<float> get_LineWidth(); public: __property void set_LineWidth(
System.Nullable<float> value
);
public:
property System.Nullable<float> LineWidth { System.Nullable<float> get(); void set(System.Nullable<float> value); }