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