IColorShape.CustomColor Property
Namespace: Microsoft.VisualStudio.ArchitectureTools.Extensibility.Presentation
Assembly: Microsoft.VisualStudio.ArchitectureTools.Extensibility (in Microsoft.VisualStudio.ArchitectureTools.Extensibility.dll)
Syntax
Color CustomColor { get; set; }
property Color CustomColor {
Color get();
void set(Color value);
}
abstract CustomColor : Color with get, set
Property CustomColor As Color
Property Value
Type: System.Drawing.Color
See Also
IColorShape Interface
Microsoft.VisualStudio.ArchitectureTools.Extensibility.Presentation Namespace
Return to top