menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Enum FrameType - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

    Enum FrameType

    Enum for different frametypes of Gauge control

    Namespace: Syncfusion.Windows.Forms.Gauge
    Assembly: Syncfusion.Gauge.Windows.dll
    Syntax
    public enum FrameType

    Fields

    Name
    Fill
    FullCircle

    Represents the gauge in full circle format. The StartAngle and SweepAngle are changeable. Ticks and scale will be arranged over the gauge based on placement value. The needle indicates the current value of the gauge. 

    HalfCircle

    Represents the gauge in half circle format. The StartAngle and SweepAngle of the gauge should be 180.

    QuarterCircle

    Represents the gauge in quarter circle format. The SweepAngle is 90, and the StartAngle is chanageble. 

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved