OutlineDash

These are common commands that apply to all widgets that have them injected.

Members

Functions

getActiveOutlineDash
int[] getActiveOutlineDash()

Get the active dash pattern. An item's active state is triggered when the mouse rolls over the item.

getDisabledOutlineDash
int[] getDisabledOutlineDash()

Get the disabled dash pattern.

getOutlineDash
int[] getOutlineDash()

Get the dash pattern.

getOutlineDashOffset
int getOutlineDashOffset()

Get the dash offset.

setActiveOutlineDash
auto setActiveOutlineDash(int[] dash)

Set the active dash pattern of the outline. Each element represents the number of pixels of a line segment. Only the odd segments are drawn using the outline color. The other segments are drawn transparent. An item's active state is triggered when the mouse rolls over the item.

setDisabledOutlineDash
auto setDisabledOutlineDash(int[] dash)

Set the disabled dash pattern of the outline. Each element represents the number of pixels of a line segment. Only the odd segments are drawn using the outline color. The other segments are drawn transparent.

setOutlineDash
auto setOutlineDash(int[] dash)

Set the dash pattern of the outline. Each element represents the number of pixels of a line segment. Only the odd segments are drawn using the outline color. The other segments are drawn transparent.

setOutlineDashOffset
auto setOutlineDashOffset(int offset)

Set the dash offset.

Meta