Table of Contents

Property SuggestedHeight

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

SuggestedHeight

Gets or sets the suggested height of the control.

public double SuggestedHeight { get; set; }

Property Value

double

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

Remarks

This property specifies the suggested height of the control. An actual height 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.