Share via


CompartmentShape.IsSingleCompartmentHeaderVisible Property

If false and the compartment shape has a single compartment, then the compartment header is not visible. Set in the DSL Definition.

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

Syntax

'Declaration
Public Overridable ReadOnly Property IsSingleCompartmentHeaderVisible As Boolean
'Usage
Dim instance As CompartmentShape 
Dim value As Boolean 

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

Property Value

Type: System.Boolean

Remarks

Set in the DSL Definition.

.NET Framework Security

See Also

Reference

CompartmentShape Class

CompartmentShape Members

Microsoft.VisualStudio.Modeling.Diagrams Namespace