Gets or sets the maximum width constraint of the element.
Syntax
'Declaration
Public Property MaxWidth As Double
public double MaxWidth {get; set;}
Property Value
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.
See Also