w-rectangle
Last updated
Was this helpful?
Adds supports for [RectangleComponent]
Component Selector: 'wm-rectangle'
RectangleComponent extends GraphicsComponent.
beginX: number
Yes/No
No
Specifies the X position of one end of the line (the distance from the left edge of the window).
beginY: string
Yes/No
No
Specifies the Y position of one end of the line (the distance from the top of the window).
endX: number
Yes/No
No
Specifies the X position of the other end of the line (the distance from the left edge of the window).
endY: number
Yes/No
No
Specifies the Y position of the other end of the line (the distance from the top of the window).
FillColor: string
Yes/No
No
filled or outlined rectangular form within a window
FillPattern: number
Yes/No
No
Specifies the hatch pattern used to fill the control
height: number
Yes/No
No
Specifies the height of the control
width: number
Yes/No
No
Specifies the width of the control
| Event | Supported | Parameter | Details |
Function | Supported | Details
Last updated
Was this helpful?
Was this helpful?