BorderStrokePosition
Overview
BorderStrokePosition is an Enum that specifies where the stroke is displayed relative to the border of the parent UI element.
This is used as the BorderStrokePosition property of UIStroke and determines whether the stroke is drawn inside, centered on, or outside the border.
Items
Name
Value
Description
Inner
0
Displays the stroke inside the border.
Center
1
Displays the stroke centered on the border.
Outer
2
Displays the stroke outside the border.
See also
UIStrokeLast updated