ImageAttributeMetadata.MaxHeight Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the maximum height of the image.
public:
property Nullable<short> MaxHeight { Nullable<short> get(); };
[System.Runtime.Serialization.DataMember]
public short? MaxHeight { get; }
[<System.Runtime.Serialization.DataMember>]
member this.MaxHeight : Nullable<int16>
Public ReadOnly Property MaxHeight As Nullable(Of Short)
Property Value
The maximum height for the image.
- Attributes