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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.