'Declaration Public Property VerticalScrollBarWidth As System.Nullable(Of Double)
public System.Nullable<double> VerticalScrollBarWidth { get; set; }
public: __property System.Nullable<double> get_VerticalScrollBarWidth(); public: __property void set_VerticalScrollBarWidth(
System.Nullable<double> value
);
public:
property System.Nullable<double> VerticalScrollBarWidth { System.Nullable<double> get(); void set(System.Nullable<double> value); }
Property Value
null - viewer must use the system default value.