Skip to main content
A newer version of this page is available. .

MarkerOptionsBase.FactorHeight Property

Gets or sets a value by which the marker’s height should be multiplied.

Namespace: DevExpress.WinUI.Gauges

Assembly: DevExpress.WinUI.Gauges.v22.1.dll

NuGet Package: DevExpress.WinUI

Declaration

[DP(1, Handler = "FactorHeightPropertyChanged")]
public double FactorHeight { get; set; }

Property Value

Type Description
Double

A Double value that is the marker’s height multiplier.

Remarks

Use the MarkerOptionsBase.FactorWidth and FactorHeight properties to modify the marker’s proportion on a scale.

For more information on markers, refer to the Marker (Circular Scale) and Marker (Linear Scale) documents.

See Also