Back to Devexpress

SizeLegend.ShowTickMarks Property

windowsforms-devexpress-dot-xtramap-dot-sizelegend-9d8a3a78.md

latest1.1 KB
Original Source

SizeLegend.ShowTickMarks Property

Gets or sets a value indicating whether or not it is necessary to show tick marks for the size legend.

Namespace : DevExpress.XtraMap

Assembly : DevExpress.XtraMap.v25.2.dll

NuGet Package : DevExpress.Win.Map

Declaration

csharp
[DefaultValue(true)]
public bool ShowTickMarks { get; set; }
vb
<DefaultValue(True)>
Public Property ShowTickMarks As Boolean

Property Value

TypeDefaultDescription
Booleantrue

true to show tickmarks; false to hide them.

|

See Also

SizeLegend Class

SizeLegend Members

DevExpress.XtraMap Namespace