IShape::Color Property

 

Gets or sets the color of the shape.

Namespace:   Microsoft.VisualStudio.ArchitectureTools.Extensibility.Presentation
Assembly:  Microsoft.VisualStudio.ArchitectureTools.Extensibility (in Microsoft.VisualStudio.ArchitectureTools.Extensibility.dll)

property Color Color {
	Color get();
	void set(Color value);
}

Property Value

Type: System.Drawing::Color
Return to top
Show: