Click or drag to resize

AutoResizeOptionsHorizontal Property

If true, the view's x 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> Horizontal { get; set; }

Property Value

Type: NullableBoolean
See Also