Share via


IShape.Color Property

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

The color of the shape.

Namespace:  Microsoft.VisualStudio.Uml.Presentation
Assembly:  Microsoft.VisualStudio.Uml.Extensions (in Microsoft.VisualStudio.Uml.Extensions.dll)

Syntax

'Declaration
Property Color As Color
    Get
    Set
'Usage
Dim instance As IShape
Dim value As Color

value = instance.Color

instance.Color = value
Color Color { get; set; }
property Color Color {
    Color get ();
    void set (Color value);
}
abstract Color : Color with get, set
function get Color () : Color
function set Color (value : Color)

Property Value

Type: System.Drawing.Color

.NET Framework Security

See Also

Reference

IShape Interface

IShape Members

Microsoft.VisualStudio.Uml.Presentation Namespace