| Leadtools.Controls Namespace > CanvasOptions Object : MaximumSize Property |
get_maximumSize();
set_maximumSize(value);
Object.defineProperty('maximumSize');
| Type | Description |
|---|---|
| int | The maximum width or height of the canvas when the element is created automatically. A value of 0 means no maximum and to try all possible values. Default value is 0. |
Used when creating a canvas. Refer to AutoCreateCanvas for more information.
For an example, refer to AutoCreateCanvas
.