menu

WPF

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

    Show / Hide Table of Contents

    Class InsertionAdorner

    Class Represents the Insertion Adorner

    Inheritance
    System.Object
    InsertionAdorner
    Namespace: Syncfusion.Windows.Tools.Controls
    Assembly: Syncfusion.Tools.Wpf.dll
    Syntax
    public class InsertionAdorner : Adorner

    Constructors

    InsertionAdorner(Boolean, Boolean, Dock, UIElement, AdornerLayer)

    Initializes a new instance of the InsertionAdorner class.

    Declaration
    public InsertionAdorner(bool isSeparatorHorizontal, bool isInFirstHalf, Dock tabStripPlacement, UIElement adornedElement, AdornerLayer adornerLayer)
    Parameters
    Type Name Description
    System.Boolean isSeparatorHorizontal

    if set to true [is separator horizontal].

    System.Boolean isInFirstHalf

    if set to true [is in first half].

    System.Windows.Controls.Dock tabStripPlacement
    System.Windows.UIElement adornedElement

    The adorned element.

    System.Windows.Documents.AdornerLayer adornerLayer

    The adorner layer.

    Properties

    IsInFirstHalf

    Gets or sets a value indicating whether this instance is in first half.

    Declaration
    public bool IsInFirstHalf { get; set; }
    Property Value
    Type Description
    System.Boolean

    true if this instance is in first half; otherwise, false.

    TabStripPlacement

    Declaration
    public Dock TabStripPlacement { get; set; }
    Property Value
    Type
    System.Windows.Controls.Dock

    Methods

    Detach()

    Detaches this instance.

    Declaration
    public void Detach()

    OnRender(DrawingContext)

    When overridden in a derived class, participates in rendering operations that are directed by the layout system. The rendering instructions for this element are not used directly when this method is invoked, and are instead preserved for later asynchronous use by layout and drawing.

    Declaration
    protected override void OnRender(DrawingContext drawingContext)
    Parameters
    Type Name Description
    System.Windows.Media.DrawingContext drawingContext

    The drawing instructions for a specific element. This context is provided to the layout system.

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