Partilhar via


Propriedade IColorShape.CustomColor

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

Sintaxe

'Declaração
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 propriedade

Tipo: System.Drawing.Color

Segurança do .NET Framework

Consulte também

Referência

IColorShape Interface

Namespace Microsoft.VisualStudio.ArchitectureTools.Extensibility.Presentation