IColorShape.DefaultBorderColor Property

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

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

Syntax

'Declaration
ReadOnly Property DefaultBorderColor As Color
    Get
'Usage
Dim instance As IColorShape
Dim value As Color

value = instance.DefaultBorderColor
Color DefaultBorderColor { get; }
property Color DefaultBorderColor {
    Color get ();
}
abstract DefaultBorderColor : Color
function get DefaultBorderColor () : Color

Property Value

Type: System.Drawing.Color

.NET Framework Security

See Also

Reference

IColorShape Interface

IColorShape Members

Microsoft.VisualStudio.Uml.Presentation Namespace