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