menu

WinForms

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

    Show / Hide Table of Contents

    Class Needle

    Inheritance
    System.Object
    Needle
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: Syncfusion.Windows.Forms.Gauge
    Assembly: Syncfusion.Gauge.Windows.dll
    Syntax
    public class Needle

    Constructors

    Needle()

    Declaration
    public Needle()

    Fields

    m_value

    Declaration
    public float m_value
    Field Value
    Type
    System.Single

    Properties

    Name

    Gets or Sets the instance range name

    Declaration
    public string Name { get; set; }
    Property Value
    Type
    System.String

    NeedleColor

    Gets/Sets Needle Color of Gauge

    Declaration
    public Color NeedleColor { get; set; }
    Property Value
    Type
    System.Drawing.Color

    NeedleStyle

    Gets/Sets the NeedleStyle of Gauge

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

    Value

    Gets/Sets the needle value of Gauge

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

    Methods

    SetOwner(RadialGauge)

    Specifies the owner of the Range

    Declaration
    public void SetOwner(RadialGauge value)
    Parameters
    Type Name Description
    RadialGauge value
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved