Table of Contents

Property Title

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

Title

Gets or sets the title of the control.

string Title { get; set; }

Property Value

string

The title of the control.

Remarks

It's up to control and its parent to decide on how this property will be used. For example if control is a child of the TabControl, Title is displayed as a tab text.