Back to Devexpress

MapShapeBase.Title Property

wpf-devexpress-dot-xpf-dot-map-dot-mapshapebase-f260e3d9.md

latest1.0 KB
Original Source

MapShapeBase.Title Property

Returns the title of the map shape.

Namespace : DevExpress.Xpf.Map

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

NuGet Package : DevExpress.Wpf.Map

Declaration

csharp
[Browsable(false)]
[NonTestableProperty]
public ShapeTitle Title { get; }
vb
<Browsable(False)>
<NonTestableProperty>
Public ReadOnly Property Title As ShapeTitle

Property Value

TypeDescription
ShapeTitle

A ShapeTitle object.

|

Remarks

For internal use only.

See Also

MapShapeBase Class

MapShapeBase Members

DevExpress.Xpf.Map Namespace