Titan Property
API | ./. |
---|---|
description | text size for the buttons in the window |
Namespaces | Windows.windowId |
type | Enum |
values | “Tiny, “Small”, “Normal”, “Large”, “VeryLarge”, “Huge”, “Global” |
Strictly this is an element of the respective window.
windowId refers to the workspace window as explained in Windows. This means there are properties like Windows.Playbacks.TextSize
, Windows.Colours.TextSize
and more
<step>ActionScript.SetProperty.Enum("Windows.Playbacks.TextSize", "Global")</step>
This sets the playbacks window to show the global text size.