menu

WinForms

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

    Show / Hide Table of Contents

    Class RadialGaugeActionList

    Designer action list of RadialGauge

    Inheritance
    System.Object
    SyncActionListBase<RadialGauge>
    RadialGaugeActionList
    Inherited Members
    SyncActionListBase<RadialGauge>.AddDesignerActionHeaderItem(String)
    SyncActionListBase<RadialGauge>.AddDesignerActionMethodItem(String, String, String, String)
    SyncActionListBase<RadialGauge>.AddDesignerActionPropertyItem(String, String, String, String)
    SyncActionListBase<RadialGauge>.AddDesignerActionTextItem(String, String)
    SyncActionListBase<RadialGauge>.Control
    SyncActionListBase<RadialGauge>.GetProperty(String)
    SyncActionListBase<RadialGauge>.GetSortedActionItems()
    SyncActionListBase<RadialGauge>.GetValue(String)
    SyncActionListBase<RadialGauge>.SetValue(String, Object)
    Namespace: Syncfusion.Windows.Forms.Gauge
    Assembly: Syncfusion.Gauge.Windows.dll
    Syntax
    public class RadialGaugeActionList : SyncActionListBase<RadialGauge>

    Constructors

    RadialGaugeActionList(IComponent)

    Initializes the new instance of the RadialGaugeActionList class.

    Declaration
    public RadialGaugeActionList(IComponent component)
    Parameters
    Type Name Description
    System.ComponentModel.IComponent component

    Represents component

    Properties

    FrameType

    Gets or sets the value for FrameType

    Declaration
    public FrameType FrameType { get; set; }
    Property Value
    Type
    FrameType

    MajorDifference

    Gets or sets the value to Gauge major line Difference

    Declaration
    public float MajorDifference { get; set; }
    Property Value
    Type
    System.Single

    MaximumValue

    Gets or sets the value for MaximumValue

    Declaration
    public float MaximumValue { get; set; }
    Property Value
    Type
    System.Single

    MinimumValue

    Gets or sets the value for MinimumValue

    Declaration
    public float MinimumValue { get; set; }
    Property Value
    Type
    System.Single

    NeedleStyle

    Gets or sets the value for NeedleStyle

    Declaration
    public NeedleStyle NeedleStyle { get; set; }
    Property Value
    Type
    NeedleStyle

    Methods

    InitializeActionList()

    Overrridden InitializeActionList.

    Declaration
    protected override void InitializeActionList()
    Overrides
    Syncfusion.Windows.Forms.Design.SyncActionListBase<Syncfusion.Windows.Forms.Gauge.RadialGauge>.InitializeActionList()
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved