Transform
Transforms a control.
The control can be rotated, scaled, translated or skewed.
Furthermore, the origin of the transformation and the perspective can be set once.
Schema: tchmi:framework#/definitions/TransformList
Attribute getter
public getTransform(): TcHmi.Transform[] | null;Parameter
Name | Type | Description |
|---|---|---|
- | - | - |
Return value
Type | Description |
|---|---|
The current value of the attribute. |
Attribute setter
public setTransform(valueNew: TcHmi.Transform[] | 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 |
