IColorShape.CustomColor 属性

命名空间:  Microsoft.VisualStudio.ArchitectureTools.Extensibility.Presentation
程序集:  Microsoft.VisualStudio.ArchitectureTools.Extensibility(在 Microsoft.VisualStudio.ArchitectureTools.Extensibility.dll 中)

语法

声明
Property CustomColor As Color
    Get
    Set
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)

属性值

类型:System.Drawing.Color

.NET Framework 安全性

请参见

参考

IColorShape 接口

Microsoft.VisualStudio.ArchitectureTools.Extensibility.Presentation 命名空间