ImageAttributeMetadata.MaxWidth Property

Definition

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

Applies to