The added Min/Max Scale Factor properties in

scale options are limited to None or Fit Ratio.
| Property | Value | Description |
|---|---|---|
| Visible | true (default), false |
Sets the table to be visible in the Px page interface (
true) or not (false).
|
| Enabled (Px graphics) | true (default) false |
Determines if the table on a Px page can receive a command.
|
| Layout | additional properties |
Opens a layout window for specifying the size and location of the table in relation to its parent (X, Y coordinates, height and width).
|
| View Size | Width 100.00, Height 100.00 |
Specifies the logical size of the CanvasPane's coordinate system, measured as a percentage. |
| Scale | None (default), Fit, Fit Ratio, Fit Width, Fit Height |
Specifies how to scale the ViewSize to fit the CanvasPane's bounds: Fit Ratio preserves the aspect ratio. Fit causes the graphics to fill the entire available screen space, possibly causing some distortion. |
| Min Scale Factor | 0.05 (default)
|
Defines the minimum scale for the graphic. the range is 0.0–1.0. Setting a value smaller than 0.5 could allow a graphic to become unusable and setting a value to 1.0 does not allow it to shrink at all. |
| Max Scale Factor | 1.00 (default)
|
Defines the maximum scale for a graphic. The default means the graphic will not get any bigger than it currently is. In most cases, you want to shrink images for mobile device display and you do not want to enlarge them when the page gets very big. |
| Halign | Left, Center (default), Right, Fill |
Selects from among horizontal alignment options:
Left, Center, Right, and Fill |
| Valign | Top, Center (default), Bottom, Fill |
Specifies how to vertically align the pane:
Top, Center, Right, Fill |
| Background | Solid, Gradient, Image, Null (default) |
Specifies the background fill color.
|
The Layout property, visible in a Property Sheet view of the component, allows you to set positioning coordinates and dimensions for the pane.
| Name | Value | Description |
|---|---|---|
| X | 0.00 | Provides the horizontal X-coordinate for absolute positioning of the pane. Units are either Abs (default) or Percent. |
| Y | 0.00 | Provides the vertical Y-coordinate for absolute positioning of the pane. Units are either Abs (default) or Percent. |
| Width | 100.00 | Provides the width dimension of the pane in pixels. Units specify either an absolute value, a percentage, or a preferred value:Abs(default) orPercent, orPref. |
| Height | 100.00 | Provides the height dimension of the pane in pixels. Units specify either an absolute value, a percentage, or a preferred value:Abs(default) orPercent, orPref. |
| Fill | checkbox | When Fill is selected all widgets in a given row are sized to fill the row height. When deselected the widgets in a given row use their preferred height and alignment. |