ApplyStrokeMode
Used by UIStroke.ApplyStrokeMode to determine where to apply the stroke.
Items 2
History | Name | Value | Description | |
---|---|---|---|---|
466 | Contextual | 0 | The stroke is applied to the parent UI element's text. | |
466 | Border | 1 | The stroke is applied to the parent UI element's border. |
Description
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.
History 3
- 466 Add Contextual
- 466 Add Border
- 466 Add ApplyStrokeMode