IColorShape.CustomColor (Propiedad)

Espacio de nombres:  Microsoft.VisualStudio.ArchitectureTools.Extensibility.Presentation
Ensamblado:  Microsoft.VisualStudio.ArchitectureTools.Extensibility (en Microsoft.VisualStudio.ArchitectureTools.Extensibility.dll)

Sintaxis

'Declaración
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)

Valor de propiedad

Tipo: System.Drawing.Color

Seguridad de .NET Framework

Vea también

Referencia

IColorShape Interfaz

Microsoft.VisualStudio.ArchitectureTools.Extensibility.Presentation (Espacio de nombres)