StrokeSizingMode
Used by UIStroke.StrokeSizingMode to determine whether the stroke's Thickness will be measured in pixels or be relative to the parent.
Items 2
History | Name | Value | Description | |
---|---|---|---|---|
685 | FixedSize | 0 | Thickness is measured in pixels. | |
685 | ScaledSize | 1 | Thickness is relative to minimum parent width or height. If stroke is on text, thickness is relative to font size. |
Description
Used by UIStroke.StrokeSizingMode to determine whether the stroke's Thickness will be measured in pixels or be relative to the parent.
History 3
- 685 Add ScaledSize
- 685 Add FixedSize
- 685 Add StrokeSizingMode