PFCanvasChildLayout Properties |
The PFCanvasChildLayout type exposes the following members.
Name | Description | |
---|---|---|
AutoHeight |
Gets or sets a value indicating whether the canvas child should keep its original height (height 'auto' in css).
| |
AutoWidth |
Gets or sets a value indicating whether the canvas child should keep its original width (width 'auto' in css).
| |
Height |
Gets or sets the height of the canvas child.
| |
Width |
Gets or sets the width of the canvas child.
| |
X |
Gets or sets the X coordinate of the canvas child.
| |
Y |
Gets or sets the Y coordinate of the canvas child.
| |
ZIndex |
Gets or sets the Z-Index of the canvas child.
|