LightBulbPresenterStyle::ActuatorDropdownChevronBrush Property

Visual Studio 2015
 

Gets or sets a Brush that is used to paint the chevron of the LightBulb actuator.

Namespace:   Microsoft.VisualStudio.Language.Intellisense
Assembly:  Microsoft.VisualStudio.Language.Intellisense (in Microsoft.VisualStudio.Language.Intellisense.dll)

public:
property Brush^ ActuatorDropdownChevronBrush {
	virtual Brush^ get();
	virtual void set(Brush^ value);
}

Property Value

Type: System.Windows.Media::Brush^

A Brush that is used to paint the chevron of the LightBulb actuator.

Return to top
Show: