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

Gets or sets the alignment of the Origin point of the primary 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 control for more flexiblity in the display.

Requirements

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

See Also