Click or drag to resize

PFCanvasChildLayout Properties

The PFCanvasChildLayout type exposes the following members.

Properties
  NameDescription
Public propertyAutoHeight
Gets or sets a value indicating whether the canvas child should keep its original height (height 'auto' in css).
Public propertyAutoWidth
Gets or sets a value indicating whether the canvas child should keep its original width (width 'auto' in css).
Public propertyHeight
Gets or sets the height of the canvas child.
Public propertyWidth
Gets or sets the width of the canvas child.
Public propertyX
Gets or sets the X coordinate of the canvas child.
Public propertyY
Gets or sets the Y coordinate of the canvas child.
Public propertyZIndex
Gets or sets the Z-Index of the canvas child.
Top
See Also