Click or drag to resize

AutoResizeOptionsWidth Property

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

Property Value

Type: NullableBoolean
See Also