Table of Contents

Property SuggestedWidth

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

SuggestedWidth

Gets or sets the suggested width of the control.

public double SuggestedWidth { get; set; }

Property Value

double

The suggested width of the control, in device-independent units. The default value is NaN.

Remarks

This property specifies the suggested width of the control. An actual width is calculated by the layout system. Set this property to NaN to specify auto sizing behavior. The value of this property is always the same as the value that was set to it and is not changed by the layout system.