Click or drag to resize

VisualCompositionSetRegionId Method

Sets the region identifier.

Namespace:  TomsToolbox.Wpf.Composition.XamlExtensions
Assembly:  TomsToolbox.Wpf.Composition (in TomsToolbox.Wpf.Composition.dll)
Syntax
public static void SetRegionId(
	Control obj,
	string? value
)

Parameters

obj
Type: System.Windows.ControlsControl
The object.
value
Type: SystemString
The value.
See Also