Diagram::GridColor Property

 

Gets or sets the color of the grid.

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 GridColor {
	Color get();
	void set(Color value);
}

Property Value

Type: System.Drawing::Color

The color of the grid.

Return to top
Show: