Click or drag to resize

GridHelpersSetColumnCount Methode

Sets the ColumnCount of a given Grid to the given value.

Namensraum: Vishnu.WPF_UI.DependencyProperties
Assembly: Vishnu.WPF_UI (in Vishnu.WPF_UI.dll) Version: 1.0.0+d75bac576d44afb64cfff79fd3665c8ca1172cbc
Syntax
public static void SetColumnCount(
	DependencyObject obj,
	int value
)

Parameter

obj  DependencyObject
Grid as DependencyObject.
value  Int32
New ColumnCount for the given Grid.
Siehe auch