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