Enum PeakMeterStyle
- Namespace
- VisioForge.Core.UI.WinForms
- Assembly
- VisioForge.Core.dll
Specifies the orientation style for the peak meter control display.
public enum PeakMeterStyleFields
Horizontal = 0-
Displays the peak meter with horizontal bands.
In horizontal mode, the meter bands are arranged side by side, with levels increasing from left to right. This style is commonly used for multi-channel audio displays where each band represents a different frequency range or audio channel.
Vertical = 1-
Displays the peak meter with vertical bands.
In vertical mode, the meter bands are stacked on top of each other, with levels increasing from bottom to top. This style mimics traditional VU meters and is often preferred for single-channel displays or when vertical space is more readily available than horizontal space.
Remarks
This enumeration determines how the peak meter bands are arranged and animated within the control. The orientation affects both the visual appearance and the direction of the level indicators and falloff effects.