Share via


Compartment.HeaderTextField Property

Gets the text field for the compartment shape header.

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

Syntax

'Declaration
Protected ReadOnly Property HeaderTextField As TextField
'Usage
Dim value As TextField 

value = Me.HeaderTextField
protected TextField HeaderTextField { get; }
protected:
property TextField^ HeaderTextField {
    TextField^ get ();
}
protected function get HeaderTextField () : TextField

Property Value

Type: Microsoft.VisualStudio.Modeling.Diagrams.TextField
The text field for the compartment shape header.

.NET Framework Security

See Also

Reference

Compartment Class

Compartment Members

Microsoft.VisualStudio.Modeling.Diagrams Namespace