menu

WPF

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

    Show / Hide Table of Contents

    Class DiagramThumbAutomationPeer

    Represents a class which holds overridding functionalities of UI automation peer of DiagramThumb.

    Inheritance
    System.Object
    DiagramThumbAutomationPeer
    Namespace: Syncfusion.UI.Xaml.Diagram.Controls
    Assembly: Syncfusion.SfDiagram.WPF.dll
    Syntax
    public class DiagramThumbAutomationPeer : UIElementAutomationPeer

    Constructors

    DiagramThumbAutomationPeer(DiagramThumb)

    Initializes a new instance of the DiagramThumbAutomationPeer class.

    Declaration
    public DiagramThumbAutomationPeer(DiagramThumb thumb)
    Parameters
    Type Name Description
    DiagramThumb thumb

    The value of diagram thumb.

    Methods

    GetAutomationControlTypeCore()

    Overridden to get the automation control point type of the thumb.

    Declaration
    protected override AutomationControlType GetAutomationControlTypeCore()
    Returns
    Type Description
    System.Windows.Automation.Peers.AutomationControlType

    Returns the automation control point type as custom.

    GetAutomationIdCore()

    Overridden to get the name of the thumb.

    Declaration
    protected override string GetAutomationIdCore()
    Returns
    Type Description
    System.String

    Returns the thumb name.

    GetClassNameCore()

    Gets the name of the class that defines the type that is associated with this DiagramThumbAutomationPeer. This method is called by System.Windows.Automation.Peers.AutomationPeer.GetClassName.

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

    A string that contains "DiagramThumb".

    GetLocalizedControlTypeCore()

    Gets the localized version of the control type for the DiagramThumb that is associated with this DiagramThumbAutomationPeer.

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

    A string that contains "DiagramThumb".

    GetNameCore()

    Overridden to get the name of the thumb.

    Declaration
    protected override string GetNameCore()
    Returns
    Type Description
    System.String

    Returns the thumb name.

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