ToolboxControl::CategoryItemStyle Property

.NET Framework (current version)
 

Gets or sets the style used for each category item.

Namespace:   System.Activities.Presentation.Toolbox
Assembly:  System.Activities.Presentation (in System.Activities.Presentation.dll)

public:
property Style^ CategoryItemStyle {
	Style^ get();
	void set(Style^ value);
}

Property Value

Type: System.Windows::Style^

The Style object that contains the style applied to each of the categories.

.NET Framework
Available since 4.0
Return to top
Show: