WPF

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class DiagramThumbAutomationPeer - WPF API Reference | Syncfusion DiagramThumb. ">

    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.

    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 - 2021 Syncfusion Inc. All Rights Reserved