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