menu

WinUI

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

    Show / Hide Table of Contents

    Class LinearGaugeRangeAutomationPeer

    Exposes LinearGaugeRange types to UI Automation

    Inheritance
    System.Object
    LinearGaugeRangeAutomationPeer
    Implements
    Microsoft.UI.Xaml.Automation.Provider.IRangeValueProvider
    Namespace: Syncfusion.UI.Xaml.Automation.Peers
    Assembly: Syncfusion.Gauge.WinUI.dll
    Syntax
    public class LinearGaugeRangeAutomationPeer : FrameworkElementAutomationPeer, IRangeValueProvider

    Constructors

    LinearGaugeRangeAutomationPeer(LinearGaugeRange)

    Initializes a new instance of the LinearGaugeRangeAutomationPeer class with the specified a LinearGaugeRange.

    Declaration
    public LinearGaugeRangeAutomationPeer(LinearGaugeRange control)
    Parameters
    Type Name Description
    LinearGaugeRange control

    The owner element.

    Properties

    IsReadOnly

    Declaration
    public bool IsReadOnly { get; }
    Property Value
    Type
    System.Boolean

    LargeChange

    Declaration
    public double LargeChange { get; }
    Property Value
    Type
    System.Double

    Maximum

    Declaration
    public double Maximum { get; }
    Property Value
    Type
    System.Double

    Minimum

    Declaration
    public double Minimum { get; }
    Property Value
    Type
    System.Double

    SmallChange

    Declaration
    public double SmallChange { get; }
    Property Value
    Type
    System.Double

    Methods

    GetAutomationControlTypeCore()

    Declaration
    protected override AutomationControlType GetAutomationControlTypeCore()
    Returns
    Type
    Microsoft.UI.Xaml.Automation.Peers.AutomationControlType

    GetClassNameCore()

    Declaration
    protected override string GetClassNameCore()
    Returns
    Type
    System.String

    GetHelpTextCore()

    Declaration
    protected override string GetHelpTextCore()
    Returns
    Type
    System.String

    GetLocalizedControlTypeCore()

    Declaration
    protected override string GetLocalizedControlTypeCore()
    Returns
    Type
    System.String

    GetPatternCore(PatternInterface)

    Declaration
    protected override object GetPatternCore(PatternInterface patternInterface)
    Parameters
    Type Name Description
    Microsoft.UI.Xaml.Automation.Peers.PatternInterface patternInterface
    Returns
    Type
    System.Object

    SetValue(Double)

    Declaration
    public void SetValue(double value)
    Parameters
    Type Name Description
    System.Double value

    Implements

    Microsoft.UI.Xaml.Automation.Provider.IRangeValueProvider
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved