Gets or sets the maximum width constraint of the element.
'宣言
Public Property MaxWidth As Double
public double MaxWidth {get; set;}
プロパティ値
The maximum width of the element, in device-independent units (1/96th inch per unit). The default value is
System.Double.PositiveInfinity. This value can be any value equal to or greater than 0.0.
System.Double.PositiveInfinity is also valid.