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)
Syntax
Color Color { get; set; }
property Color Color {
Color get();
void set(Color value);
}
abstract Color : Color with get, set
Property Color As Color
Property Value
Type: System.Drawing.Color
See Also
IShape Interface
Microsoft.VisualStudio.ArchitectureTools.Extensibility.Presentation Namespace
Return to top