Skip to main content

Scale.LabelPresentation Property

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

Namespace: DevExpress.Xpf.Gauges

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

NuGet Package: DevExpress.Wpf.Gauges

Declaration

public ScaleLabelPresentation LabelPresentation { get; set; }

Property Value

Type Description
ScaleLabelPresentation

A DevExpress.Xpf.Gauges.ScaleLabelPresentation object.

See Also