Property | Type | Description | |
---|---|---|---|
DefaultResizePercentage | float |
Property | Type | Description |
---|
Method | Description | |
---|---|---|
Resize ( ) : void |
The resize.
|
|
Resize ( float percentage ) : void |
The resize.
|
|
ResizeBack ( ) : void |
The resize back.
|
Method | Description | |
---|---|---|
ResizableItem ( float defaultResizePercentage ) : Ensage.Common.Menu.Transitions |
Initializes a new instance of the ResizableItem class.
|
protected ResizableItem ( float defaultResizePercentage ) : Ensage.Common.Menu.Transitions | ||
defaultResizePercentage | float | /// The default resize percentage. /// |
return | Ensage.Common.Menu.Transitions |
public Resize ( float percentage ) : void | ||
percentage | float | /// The percentage. /// |
return | void |