Show / Hide Table of Contents

Property MaxHeight

| Edit this page View Source

MaxHeight

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.

See Also
MaxWidth
MinHeight
  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX