Property MaxWidth
| Edit this page View SourceMaxWidth
Gets or sets the maximum width of this window
Declaration
public double MaxWidth { get; set; }
Property Value
Type | Description |
---|---|
double | The maximum window width in device independent pixels. |
Remarks
The default is 0, which means no limit. If the value is less than MinWidth, the MinWidth
will also be used as the maximum width.