public Nullable<float> AspectRatio { get; set; }
Public Property AspectRatio As Nullable(Of Single) Get Set
public: property Nullable<float> AspectRatio { Nullable<float> get (); void set (Nullable<float> value); }