ApplyStrokeMode

This enum is used by UIStroke.ApplyStrokeMode to determine whether to apply the stroke to the object's border or of the text itself. For a more detailed walkthrough of the UIStroke object, see Applying Strokes.

Items

NameValueSummary
Contextual0

The stroke is applied to the parent UI element's text.

Border1

The stroke is applied to the parent UI element's border.

On this page