Class TabPreviewAdorner
TabGroup Adorner
Inheritance
System.Object
TabPreviewAdorner
Namespace: Syncfusion.Windows.Tools.Controls
Assembly: Syncfusion.Tools.Wpf.dll
Syntax
public class TabPreviewAdorner : Adorner
Constructors
TabPreviewAdorner(UIElement)
Constructor for Adorner
Declaration
public TabPreviewAdorner(UIElement adornedElement)
Parameters
Type | Name | Description |
---|---|---|
System.Windows.UIElement | adornedElement |
Fields
item
Indicates Dragged tabItem
Declaration
public TabItemExt item
Field Value
Type |
---|
TabItemExt |
m_Source
Indicates source tabcontrol in which item is dragged
Declaration
public DocumentTabControl m_Source
Field Value
Type |
---|
DocumentTabControl |
side
Indicates side in which preview occurs
Declaration
public DockSide side
Field Value
Type |
---|
DockSide |
tabControl
Indicates target tab control
Declaration
public DocumentTabControl tabControl
Field Value
Type |
---|
DocumentTabControl |
Methods
OnRender(DrawingContext)
Invokes on Render
Declaration
protected override void OnRender(DrawingContext drawingContext)
Parameters
Type | Name | Description |
---|---|---|
System.Windows.Media.DrawingContext | drawingContext |