'Declaration Public Property ZoomScale As System.Nullable(Of UInteger)
public System.Nullable<uint> ZoomScale { get; set; }
public: __property System.Nullable<uint> get_ZoomScale(); public: __property void set_ZoomScale(
System.Nullable<uint> value
);
public:
property System.Nullable<uint> ZoomScale { System.Nullable<uint> get(); void set(System.Nullable<uint> value); }