Click or drag to resize

VisualComposition Class

XAML helpers to ease visual composition usage.
Inheritance Hierarchy
SystemObject
  TomsToolbox.Wpf.Composition.XamlExtensionsVisualComposition

Namespace: TomsToolbox.Wpf.Composition.XamlExtensions
Assembly: TomsToolbox.Wpf.Composition (in TomsToolbox.Wpf.Composition.dll) Version: 2.21.0+44d18b541fc9419ec3c549350a832394661b2a4d
XMLNS for XAML: Not mapped to an xmlns.
Syntax
public static class VisualComposition

The VisualComposition type exposes the following members.

Methods
 NameDescription
Public methodStatic memberGetRegionId Gets the region identifier.
Public methodStatic memberSetRegionId Sets the region identifier.
Top
Events
 NameDescription
Public eventStatic memberError Occurs when the visual composition framework has detected an error.
Public eventStatic memberTrace Occurs when the visual composition framework logs some action.
Top
Fields
 NameDescription
Public fieldStatic memberErrorNumber The error number shown in trace messages.
Public fieldStatic memberExportContractName The contract name for visual composition exports.
Public fieldStatic memberRegionIdProperty Identifies the RegionId attached property
Top
Attached Properties
 NameDescription
Public propertyRegionId Attach this property to inject a visual composition behavior with this region id into the attached object.
Top
See Also