Click or drag to resize

StyleBindingsSetGroupStyle Method

Sets the group style attached via the GroupStyle attached property.

Namespace:  TomsToolbox.Wpf
Assembly:  TomsToolbox.Wpf (in TomsToolbox.Wpf.dll)
Syntax
public static void SetGroupStyle(
	DependencyObject obj,
	GroupStyle? value
)

Parameters

obj
Type: System.WindowsDependencyObject
The object the group style is attached to.
value
Type: System.Windows.ControlsGroupStyle
The group style.
See Also