Back to Devexpress

ValueIndicatorBase.IsHitTestVisible Property

wpf-devexpress-dot-xpf-dot-gauges-dot-valueindicatorbase-9817b103.md

latest1.4 KB
Original Source

ValueIndicatorBase.IsHitTestVisible Property

Gets or sets a value that defines whether an indicator can be returned as a hit-testing result.

Namespace : DevExpress.Xpf.Gauges

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

NuGet Package : DevExpress.Wpf.Gauges

Declaration

csharp
public bool IsHitTestVisible { get; set; }
vb
Public Property IsHitTestVisible As Boolean

Property Value

TypeDescription
Boolean

true in case the indicator can be shown as the result of hit testing; otherwise, false.

|

Remarks

If the IsHitTestVisible property is set to false , the indicator ignores any input events and hit testing. So, by default, this property is set to true.

See Also

ValueIndicatorBase Class

ValueIndicatorBase Members

DevExpress.Xpf.Gauges Namespace