Skip to main content
A newer version of this page is available. .

ShapeTitle.Template Property

This property is hidden and is intended for internal use.

Namespace: DevExpress.Xpf.Map

Assembly: DevExpress.Xpf.Map.v21.2.dll

NuGet Package: DevExpress.Wpf.Map

Declaration

[NonTestableProperty]
public DataTemplate Template { get; set; }

Property Value

Type Description
DataTemplate

A DataTemplate object that defines an element’s presentation.

See Also