For the complete documentation index, see llms.txt. This page is also available as Markdown.

StrokeSizingMode

Overview

StrokeSizingMode is an Enum that specifies how the stroke thickness is calculated when the size of the UI element changes.

This is used as the StrokeSizingMode property of UIStroke and determines whether the stroke thickness stays fixed or scales in proportion to the UI element's size.

Items

Name
Value
Description

FixedSize

0

Maintains a constant thickness regardless of the UI element's size.

ScaledSize

1

Adjusts the thickness in proportion to the UI element's size.

See also

UIStroke

Last updated