Style |
The StyleBindings type exposes the following members.
Name | Description | |
---|---|---|
GetBehaviors | Gets the behaviors attached via the Behaviors attached property. | |
GetColumnDefinitions | Gets the column definitions attached via the ColumnDefinitions attached property. | |
GetGroupDescriptions | Gets the group descriptions attached via the GroupDescriptions attached property. | |
GetGroupStyle | Gets the group style attached via the GroupStyle attached property. | |
GetGroupStyles | Gets the group styles attached via the GroupStyles attached property. | |
GetInputBindings | Gets the inputBindings attached via the InputBindings attached property. | |
GetRowDefinitions | Gets the row definitions attached via the RowDefinitions attached property. | |
GetTriggers | Gets the triggers attached via the Triggers attached property. | |
SetBehaviors | Sets the behaviors attached via the Behaviors attached property. | |
SetColumnDefinitions | Sets the columnDefinitions attached via the ColumnDefinitions attached property. | |
SetGroupDescriptions | Sets the group descriptions attached via the GroupDescriptions attached property. | |
SetGroupStyle | Sets the group style attached via the GroupStyle attached property. | |
SetGroupStyles | Sets the group style attached via the GroupStyles attached property. | |
SetInputBindings | Sets the inputBindings attached via the InputBindings attached property. | |
SetRowDefinitions | Sets the row definitions attached via the RowDefinitions attached property. | |
SetTriggers | Sets the triggers attached via the Triggers attached property. |
Name | Description | |
---|---|---|
BehaviorsProperty | Identifies the Behaviors attached property. | |
ColumnDefinitionsProperty | Identifies the ColumnDefinitions attached property. | |
GroupDescriptionsProperty | Identifies the GroupDescriptions attached property. | |
GroupStyleProperty | Identifies the GroupStyle attached property. | |
GroupStylesProperty | Identifies the GroupStyles attached property. | |
InputBindingsProperty | Identifies the InputBindings attached property. | |
RowDefinitionsProperty | Identifies the RowDefinitions attached property. | |
TriggersProperty | Identifies the Triggers attached property. |
Name | Description | |
---|---|---|
Behaviors | This property is needed to set behaviors via a Style | |
ColumnDefinitions | This property is needed to set column definitions via a Style or from a resource. | |
GroupDescriptions | This property is needed to set GroupDescriptions for an ItemsControl via a Style | |
GroupStyle | This property is needed to set a single GroupStyle via a Style. This a shortcut to GroupStyles to simplify usage when only one group style is needed. | |
GroupStyles | This property is needed to set GroupStyle via a Style | |
InputBindings | This property is needed to set InputBindings via a Style | |
RowDefinitions | This property is needed to set row definitions via a Style or from a resource. | |
Triggers | This property is needed to set triggers via a Style |