Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 781 Bytes

brushmappingmode.md

File metadata and controls

27 lines (18 loc) · 781 Bytes
-api-id -api-type
T:Microsoft.UI.Xaml.Media.BrushMappingMode
winrt enum

BrushMappingMode

-description

Specifies the coordinate system used by a Brush.

-enum-fields

-field Absolute:0

The coordinate system is not relative to a bounding box. Values are interpreted directly in local space.

-field RelativeToBoundingBox:1

The coordinate system is relative to a bounding box: 0 indicates 0 percent of the bounding box, and 1 indicates 100 percent of the bounding box. For example, (0.5, 0.5) describes a point in the middle of the bounding box, and (1, 1) describes a point at the lower right of the bounding box.

-remarks

-examples

-see-also