BrushStyleSetInfo::BackColor Property

 

Gets or sets the color of spaces between the hatch lines drawn by this HatchBrush object.

Namespace:   Microsoft.VisualStudio.Modeling.Diagrams
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0.dll)

public:
property Color BackColor {
	Color get();
	void set(Color value);
}

Property Value

Type: System.Drawing::Color

Gets or sets the color of spaces between the hatch lines that are drawn by this HatchBrush object.

Return to top
Show: