ImageAttributeMetadata.MaxWidth 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 width of the image.
public:
property Nullable<short> MaxWidth { Nullable<short> get(); };
[System.Runtime.Serialization.DataMember]
public short? MaxWidth { get; }
[<System.Runtime.Serialization.DataMember>]
member this.MaxWidth : Nullable<int16>
Public ReadOnly Property MaxWidth As Nullable(Of Short)
Property Value
The maximum width for the image.
- Attributes