Show / Hide Table of Contents

Property MaxWidth

| Edit this page View Source

MaxWidth

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.

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