menu

WinForms

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

    Show / Hide Table of Contents

    Class LinearGaugeActionList

    Class for LinearGaugeActionList.

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

    Constructors

    LinearGaugeActionList(IComponent)

    Initializes a new instance of the LinearGaugeActionList class.

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

    Represents component

    Properties

    LinearFrameType

    Gets or sets the value for FrameStyle

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

    MajorDifference

    Gets or sets the value to Gauge major line difference

    Declaration
    public int MajorDifference { get; set; }
    Property Value
    Type
    System.Int32

    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

    Methods

    InitializeActionList()

    Overrridden InitializeActionList.

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