Share via


DecoratorHostShape.HasOutline Property

This member overrides ShapeElement.HasOutline.

Namespace:  Microsoft.VisualStudio.Modeling.Diagrams
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.Diagrams (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.dll)

Syntax

'Declaration
Public Overrides ReadOnly Property HasOutline As Boolean
'Usage
Dim instance As DecoratorHostShape 
Dim value As Boolean 

value = instance.HasOutline
public override bool HasOutline { get; }
public:
virtual property bool HasOutline {
    bool get () override;
}
public override function get HasOutline () : boolean

Property Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

DecoratorHostShape Class

DecoratorHostShape Members

Microsoft.VisualStudio.Modeling.Diagrams Namespace