ToolboxControl::ToolItemStyle Property

.NET Framework (current version)
 

Gets or sets the style used for the tool items.

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

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

Property Value

Type: System.Windows::Style^

The Style for the tool items.

.NET Framework
Available since 4.0
Return to top
Show: