text property

text property

Gets or sets the look at value as text float3x3.

Definition:

@property
def text(self):
    ...
@text.setter
def text(self, value):
    ...

See Also