Share via


IColorShape.CustomColor Property

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

Syntax

'Declaration
Property CustomColor As Color
Color CustomColor { get; set; }
property Color CustomColor {
    Color get ();
    void set (Color value);
}
abstract CustomColor : Color with get, set
function get CustomColor () : Color 
function set CustomColor (value : Color)

Property Value

Type: System.Drawing.Color

.NET Framework Security

See Also

Reference

IColorShape Interface

Microsoft.VisualStudio.ArchitectureTools.Extensibility.Presentation Namespace