dbicGauge Send comments on this topic.
GaugeAlign Property
See Also 
dbicGauge Assembly > Dbi.WinControl.Gauge Namespace > dbiGaugeObject Class : GaugeAlign Property

Gets or sets the alignment of the origin point of the gauge.

Syntax

Visual Basic (Declaration) 
Public Overridable Property GaugeAlign As ContentAlignment
C# 
public virtual ContentAlignment GaugeAlign {get; set;}

Property Value

ContentAlignment

Remarks

This property can be used in conjunction with the GaugeOffset property to move the origin point of the gauge around the layout of the control for more flexibility in the display.

Requirements

Target Platforms: Current Windows operating system with .NET 8.

See Also