Skip to main content

MapShapeBase.Title Property

Returns the title of the map shape.

Namespace: DevExpress.Xpf.Map

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

NuGet Package: 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