Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 1012 Bytes

elementcompositemode.md

File metadata and controls

33 lines (21 loc) · 1012 Bytes
-api-id -api-type
T:Windows.UI.Xaml.Media.ElementCompositeMode
winrt enum

ElementCompositeMode

-description

Declares alternate composition and blending modes for elements in mixed XAML / Microsoft DirectX UI.

-enum-fields

-field Inherit:0

Uses values from successive parents in the visual tree. This is the default.

-field SourceOver:1

Uses standard XAML source-over-destination mode. This corresponds to D2D1_PRIMITIVE_BLEND_SOURCE_OVER.

-field MinBlend:2

Uses the minimum of the source and destination value for each pixel. This corresponds to D2D1_PRIMITIVE_BLEND_MIN.

-remarks

-examples

-see-also

UIElement.CompositeMode property, SwapChainPanel