MapIcon.TitleProperty Property

Definition

Identifies the Title dependency property.

public:
 static property DependencyProperty ^ TitleProperty { DependencyProperty ^ get(); };
static DependencyProperty TitleProperty();
public static DependencyProperty TitleProperty { get; }
var dependencyProperty = MapIcon.titleProperty;
Public Shared ReadOnly Property TitleProperty As DependencyProperty

Property Value

The identifier for the Title dependency property.

Applies to

See also