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

'宣言
Protected ReadOnly Property HeaderTextField As TextField
'使用
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.

Permissions

See Also

Reference

Compartment Class

Compartment Members

Microsoft.VisualStudio.Modeling.Diagrams Namespace