AutoResizeOptions Class |
Namespace: Openfin.Desktop.PlatformAPI.View
public class AutoResizeOptions
The AutoResizeOptions type exposes the following members.
Name | Description | |
---|---|---|
![]() | AutoResizeOptions | Initializes a new instance of the AutoResizeOptions class |
Name | Description | |
---|---|---|
![]() | Height |
If true, the view's height will grow and shrink together with the window. Default is false.
|
![]() | Horizontal |
If true, the view's x position will grow and shrink proportionally with the window. Default is false.
|
![]() | Vertical |
If true, the view's y position will grow and shrink proportionally with the window. Default is false.
|
![]() | Width |
If true, the view's width will grow and shrink together with the window. Default is false.
|
Name | Description | |
---|---|---|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |