GOffice.CanvasRectangle¶
- Subclasses:
None
Methods¶
Virtual Methods¶
Properties¶
- Inherited:
Name |
Type |
Flags |
Short Description |
---|---|---|---|
r/w |
The rectangle height |
||
r/w |
The rotation around top left position |
||
r/w |
The round rectangle rx |
||
r/w |
The round rectangle ry |
||
r/w |
The rectangle type: 0 for no rounded corner, 1 for rounded top left, 2 for top right, 4 for bottom right, 8 for bottom left, or any combination of these. |
||
r/w |
The rectangle width |
||
r/w |
The rectangle left position (or right position in RTL mode) |
||
r/w |
The rectangle top position |
Signals¶
- Inherited:
Fields¶
- Inherited:
Name |
Type |
Access |
Description |
---|---|---|---|
base |
r |
||
height |
r |
||
priv |
r |
||
rotation |
r |
||
rx |
r |
||
ry |
r |
||
type |
r |
||
width |
r |
||
x |
r |
||
y |
r |
Class Details¶
- class GOffice.CanvasRectangle(**kwargs)¶
- Bases:
- Abstract:
No
Property Details¶
- GOffice.CanvasRectangle.props.height¶
-
The rectangle height
- GOffice.CanvasRectangle.props.rotation¶
-
The rotation around top left position
- GOffice.CanvasRectangle.props.rx¶
-
The round rectangle rx
- GOffice.CanvasRectangle.props.ry¶
-
The round rectangle ry
- GOffice.CanvasRectangle.props.type¶
-
The rectangle type: 0 for no rounded corner, 1 for rounded top left, 2 for top right, 4 for bottom right, 8 for bottom left, or any combination of these.
- GOffice.CanvasRectangle.props.width¶
-
The rectangle width
- GOffice.CanvasRectangle.props.x¶
-
The rectangle left position (or right position in RTL mode)