dbicMeter Send comments on this topic.
Orientation Property
See Also 
dbicMeter Assembly > Dbi.WinControl.Meter Namespace > dbiMeter Class : Orientation Property

Determines the orientation of the control.

Syntax

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

Property Value

enumOrientation Enumeration

Remarks

If this property is set to Vertical, the control will progress from the bottom to the top. If this property is set to Horizontal, the control will progress from the left to the right.

Requirements

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

See Also