VSColorTable::SeparatorDark Property

 

Gets the color to use to for shadow effects on the ToolStripSeparator.

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

public:
property Color SeparatorDark {
	virtual Color get() override;
}

Property Value

Type: System.Drawing::Color

A Color that is the color to use to for shadow effects on the ToolStripSeparator.

Return to top
Show: