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

MapShapeBase.Title Property

Returns the title of the map shape.

Namespace: DevExpress.Xpf.Map

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

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Map, DevExpress.Wpf.Map

Declaration

[Browsable(false)]
[NonTestableProperty]
public ShapeTitle Title { get; }

Property Value

Type Description
ShapeTitle

A ShapeTitle object.

Remarks

For internal use only.

See Also