Skip to content

Latest commit

 

History

History
33 lines (19 loc) · 675 Bytes

compositionmappingmode.md

File metadata and controls

33 lines (19 loc) · 675 Bytes
-api-id -api-type ms.custom
T:Windows.UI.Composition.CompositionMappingMode
winrt enum
RS5

Windows.UI.Composition.CompositionMappingMode

-description

Defines constants that specify whether the gradient brush's positioning coordinates (StartPoint, EndPoint) are absolute or relative to the output area.

-enum-fields

-field Relative:1

Positioning coordinates (StartPoint, EndPoint) are relative to the output area.

-field Absolute:0

Positioning coordinates (StartPoint, EndPoint) are absolute.

-remarks

-see-also

-examples