ContentControl.Title Property

Definition

Gets or sets the title of the ContentControl.

public string Title { get; set; }

Property Value

String

The title of the ContentControl.

Remarks

The title is displayed in the border of the ContentControl when the user clicks it.

Applies to