Microsoft.UI.Content Namespace
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Provides support for defining the structure of interactive content in a Windows app through ContentSite (parent) and ContentIsland (child) objects using composition-based animations, rendering effects, user input and interactions, accessibility representation, and host state changes.
Classes
Interfaces
IContentSiteAutomation | |
IContentSiteBridge |
The interface that is implemented by the DesktopSiteBridge class, which provides the minimum support required for communication between a host ContentSite and a ContentIsland. |
IContentSiteInput | |
IContentSiteLink |
Enums
ContentAutomationOptions | |
ContentCoordinateRoundingMode |
Specifies the rounding methods used for converting screen coordinates (float to integer). |
ContentLayoutDirection |
Specifies the supported layout direction for reading order and text alignment of a ContentSite. |
ContentSizePolicy |
Specifies the supported resizing capabilities between a DesktopChildSiteBridge and its parent Win32 HWND. |
Remarks
A ContentIsland is a self-contained piece of content with independent input, output, layout, and accessibility that is connected to a parent ContentSite. The ContentIsland supports Composition-based animations, rendering effects, and interactive manipulations.
These self-contained pieces of content can be composed into a "scene". Conceptually they are equivalent to child windows because they allow the scene to be subdivided.