Click or drag to resize

AutoResizeOptions Class

Experimental : Auto resize options used to determine how views are resized within windows.
Inheritance Hierarchy
SystemObject
  Openfin.Desktop.PlatformAPI.ViewAutoResizeOptions

Namespace:  Openfin.Desktop.PlatformAPI.View
Assembly:  OpenfinDesktop (in OpenfinDesktop.dll) Version: 17.4.0
Syntax
C#
public class AutoResizeOptions

The AutoResizeOptions type exposes the following members.

Constructors
  NameDescription
Public methodAutoResizeOptions
Initializes a new instance of the AutoResizeOptions class
Top
Properties
  NameDescription
Public propertyHeight
If true, the view's height will grow and shrink together with the window. Default is false.
Public propertyHorizontal
If true, the view's x position will grow and shrink proportionally with the window. Default is false.
Public propertyVertical
If true, the view's y position will grow and shrink proportionally with the window. Default is false.
Public propertyWidth
If true, the view's width will grow and shrink together with the window. Default is false.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also