Click or drag to resize

VisualCompositionGetRegionId Method

Gets the region identifier.

Namespace:  TomsToolbox.Wpf.Composition.XamlExtensions
Assembly:  TomsToolbox.Wpf.Composition (in TomsToolbox.Wpf.Composition.dll)
Syntax
[AttachedPropertyBrowsableForTypeAttribute(typeof(ContentControl))]
[AttachedPropertyBrowsableForTypeAttribute(typeof(ItemsControl))]
public static string? GetRegionId(
	Control obj
)

Parameters

obj
Type: System.Windows.ControlsControl
The target object.

Return Value

Type: String
The region identifier
See Also