Class StencilAutomationPeer
Exposes Stencil types to UI Automation.
Inheritance
Namespace: Syncfusion.UI.Xaml.Diagram.Automation.Peers
Assembly: Syncfusion.SfDiagram.WPF.dll
Syntax
public class StencilAutomationPeer : FrameworkElementAutomationPeer
Constructors
StencilAutomationPeer(Stencil)
Initializes a new instance of the StencilAutomationPeer class.
Declaration
public StencilAutomationPeer(Stencil stencil)
Parameters
Type | Name | Description |
---|---|---|
Stencil | stencil |
Methods
GetAutomationControlTypeCore()
Gets the control type for the Stencil that is associated with this StencilAutomationPeer. This method is called by System.Windows.Automation.Peers.AutomationPeer.GetAutomationControlType.
Declaration
protected override AutomationControlType GetAutomationControlTypeCore()
Returns
Type | Description |
---|---|
System.Windows.Automation.Peers.AutomationControlType | The System.Windows.Automation.Peers.AutomationControlType.Custom enumeration value. |
GetAutomationIdCore()
Gets the string that uniquely identifies the Stencil that is associated with this StencilAutomationPeer. Called by System.Windows.Automation.Peers.AutomationPeer.GetAutomationId.
Declaration
protected override string GetAutomationIdCore()
Returns
Type | Description |
---|---|
System.String | A string that contains the automation identifier. |
GetClassNameCore()
Gets the name of the class that defines the type that is associated with this StencilAutomationPeer. 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 "Stencil". |
GetItemStatusCore()
Gets a string that communicates the visual status of the Stencil that is associated with this StencilAutomationPeer. This method is called by System.Windows.Automation.Peers.AutomationPeer.GetItemStatus.
Declaration
protected override string GetItemStatusCore()
Returns
Type |
---|
System.String |
GetLocalizedControlTypeCore()
Gets the localized version of the control type for the Stencil that is associated with this StencilAutomationPeer.
Declaration
protected override string GetLocalizedControlTypeCore()
Returns
Type | Description |
---|---|
System.String | A string that contains "Stencil". |
GetNameCore()
Gets the text label of the Stencil that is associated with this StencilAutomationPeer. Called by System.Windows.Automation.Peers.AutomationPeer.GetName.
Declaration
protected override string GetNameCore()
Returns
Type | Description |
---|---|
System.String | The text label of the element that is associated with this automation peer. |