Class InsertionAdorner
Class Represents the Insertion Adorner
Inheritance
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 |
| System.Boolean | isInFirstHalf | if set to |
| System.Windows.Controls.Dock | tabStripPlacement | The tab strip placement |
| 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 |
|
TabStripPlacement
Gets or sets the position of the tab strip within the control.
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. |