Click or drag to resize

AutoResizeOptionsHeight Property

If true, the view's height will grow and shrink together with the window. Default is false.

Namespace:  Openfin.Desktop.PlatformAPI.View
Assembly:  OpenfinDesktop (in OpenfinDesktop.dll) Version: 17.4.0
Syntax
C#
public Nullable<bool> Height { get; set; }

Property Value

Type: NullableBoolean
See Also