Class OuterBorder
Represents a custom border element that provides a specialized automation peer for UI Automation support.
Inheritance
System.Object
OuterBorder
Namespace: Syncfusion.Windows.Tools.Controls
Assembly: Syncfusion.Tools.Wpf.dll
Syntax
public class OuterBorder : Border
Constructors
OuterBorder()
Declaration
public OuterBorder()
Methods
OnCreateAutomationPeer()
Creates and returns a custom automation peer for the OuterBorder element.
Declaration
protected override AutomationPeer OnCreateAutomationPeer()
Returns
| Type | Description |
|---|---|
| System.Windows.Automation.Peers.AutomationPeer | An instance of OuterBorderAutomationPeer associated with this border. |