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