Class DockTabControl
Represents the DockWindow TabControl Class.
Implements
Inherited Members
Namespace: Syncfusion.UI.Xaml.Controls.Layout
Assembly: Syncfusion.SfDockingManager.UWP.dll
Syntax
[ClassReference(IsReviewed = false)]
public class DockTabControl : TabControlBase, IDisposable
Constructors
DockTabControl()
Initializes a new instance of the DockTabControl class.
Declaration
[ClassReference(IsReviewed = false)]
public DockTabControl()
Fields
DockTabPlacementProperty
Using a DependencyProperty as the backing store for DockTabPlacement. This enables animation, styling, binding, etc...
Declaration
public static readonly DependencyProperty DockTabPlacementProperty
Field Value
Type |
---|
Windows.UI.Xaml.DependencyProperty |
DockWindowBackgroundProperty
Identifies the DockWindowBackground dependency property key.
Declaration
public static readonly DependencyProperty DockWindowBackgroundProperty
Field Value
Type |
---|
Windows.UI.Xaml.DependencyProperty |
DockWindowContentBackgroundProperty
Identifies the DockWindowContentBackground dependency property key.
Declaration
public static readonly DependencyProperty DockWindowContentBackgroundProperty
Field Value
Type |
---|
Windows.UI.Xaml.DependencyProperty |
DockWindowContentBorderBrushProperty
Identifies the DockWindowContentBorderBrush dependency property key.
Declaration
public static readonly DependencyProperty DockWindowContentBorderBrushProperty
Field Value
Type |
---|
Windows.UI.Xaml.DependencyProperty |
DockWindowContentMarginProperty
Identifies the DockWindowContentMargin dependency property key.
Declaration
public static readonly DependencyProperty DockWindowContentMarginProperty
Field Value
Type |
---|
Windows.UI.Xaml.DependencyProperty |
Properties
DockTabPlacement
Declaration
[ClassReference(IsReviewed = false)]
public TabPlacement DockTabPlacement { get; set; }
Property Value
Type |
---|
TabPlacement |
DockWindowBackground
Gets or sets a value indicating whether the Background of the window.
Declaration
[ClassReference(IsReviewed = false)]
public Brush DockWindowBackground { get; set; }
Property Value
Type | Description |
---|---|
Windows.UI.Xaml.Media.Brush | Default value is Brushes.Transparent. |
See Also
DockWindowContentBackground
Gets or sets a value indicating whether the BackGround of the window Content.
Declaration
[ClassReference(IsReviewed = false)]
public Brush DockWindowContentBackground { get; set; }
Property Value
Type | Description |
---|---|
Windows.UI.Xaml.Media.Brush | Default value is Brushes.Transparent. |
See Also
DockWindowContentBorderBrush
Gets or sets a value indicating whether the BorderBrush of the window content.
Declaration
[ClassReference(IsReviewed = false)]
public Brush DockWindowContentBorderBrush { get; set; }
Property Value
Type | Description |
---|---|
Windows.UI.Xaml.Media.Brush | Default value is Brushes.Black. |
See Also
DockWindowContentMargin
Gets or sets a value indicating whether the Margin of the window Content.
Declaration
[ClassReference(IsReviewed = false)]
public Thickness DockWindowContentMargin { get; set; }
Property Value
Type | Description |
---|---|
Windows.UI.Xaml.Thickness | Default Thickness is 0. |
See Also
Methods
Dispose()
Disposes the instance of DockTabControl
Declaration
[ClassReference(IsReviewed = false)]
public void Dispose()
Dispose(Boolean)
Declaration
protected virtual void Dispose(bool disposing)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | disposing |
OnApplyTemplate()
It is applying the Own style of the Base class TabControl.
Declaration
protected override void OnApplyTemplate()