Table of Contents

Property SuggestedSize

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

SuggestedSize

Gets or sets the suggested size of the control.

[Browsable(false)]
public virtual SizeD SuggestedSize { get; set; }

Property Value

SizeD

The suggested size of the control, in device-independent units. The default value is SizeD (NaN, NaN)/>.

Remarks

This property specifies the suggested size of the control. An actual size is calculated by the layout system. Set this property to SizeD (NaN, 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.