Click or drag to resize

StyleBindingsSetColumnDefinitions Method

Sets the columnDefinitions attached via the ColumnDefinitions attached property.

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

Parameters

obj
Type: System.WindowsDependencyObject
The obj.
value
Type: TomsToolbox.WpfColumnDefinitionCollection
The value.
See Also