dbicMeter Send comments on this topic.
enumOrientation Enumeration
See Also  
dbicMeter Assembly > Dbi.WinControl.Meter Namespace : enumOrientation Enumeration

The available display orientations.

Syntax

Visual Basic (Declaration) 
Public Enum enumOrientation 
   Inherits System.Enum
C# 
public enum enumOrientation : System.Enum 

Members

MemberDescription
HorizontalWill appear horizontal.
VerticalWill appear vertical.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Dbi.WinControl.Meter.enumOrientation

Requirements

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

See Also