Click or drag to resize

AutoResizeOptionsVertical Property

If true, the view's y position will grow and shrink proportionally 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> Vertical { get; set; }

Property Value

Type: NullableBoolean
See Also