RadiusY
Definition of the Y-axis radius of the ellipse used to round the corners of the rectangle.
If a value is given for radius X but not for radius Y (or vice versa), this value applies to radius X and radius Y.
Schema: tchmi:framework#/definitions/MeasurementValue
Attribute getter
public getRadiusY(): number | undefined;Parameter
Name | Type | Description |
|---|---|---|
- | - | - |
Return value
Type | Description |
|---|---|
The current value of the attribute. |
Attribute setter
public setRadiusY(valueNew: number | null): void;Parameter
Name | Type | Description |
|---|---|---|
valueNew | The new value of the attribute. If null is passed, the internal default value is used. |
Return value
Type | Description |
|---|---|
void | No return value. |
![]() | Available from 1.8 |
