alexa
menu

WPF

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download

    Show / Hide Table of Contents

    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.

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