Click or drag to resize

VisualCompositionBehaviorT Properties

The VisualCompositionBehaviorT generic type exposes the following members.

Properties
  NameDescription
Public propertyCompositionContext
Gets or sets the composition context.
Public propertyCompositionContextBinding
Gets or sets the composition context binding. the binding will be applied to the RegionId property only after the behavior is attached to the logical tree, so you don't get misleading binding errors.
Protected propertyExportProvider
Gets or sets the export provider (DI container). The export provider must be registered with the ExportProviderLocator.
Protected propertyIsLoaded
Gets a value indicating whether the associated object is loaded.
(Inherited from FrameworkElementBehaviorT.)
Public propertyRegionId
Gets or sets the id of the region. The region id is used to select candidates for composition.
Public propertyRegionIdBinding
Gets or sets the region identifier binding; the binding will be applied to the RegionId property only after the behavior is attached to the logical tree, so you don't get misleading binding errors.
Top
See Also