Skip to main content

LinearScaleMarker.Presentation Property

Gets or sets the current presentation that specifies the appearance of the marker.

Namespace: DevExpress.Xpf.Gauges

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

NuGet Package: DevExpress.Wpf.Gauges

Declaration

public LinearScaleMarkerPresentation Presentation { get; set; }

Property Value

Type Description
LinearScaleMarkerPresentation

A LinearScaleMarkerPresentation object.

See Also