DevZest WPF Docking
TabBorder Class |
Draws the trapezoid tab border
Inheritance Hierarchy
SystemObject System.Windows.ThreadingDispatcherObject
System.WindowsDependencyObject
System.Windows.MediaVisual
System.WindowsUIElement
System.WindowsFrameworkElement
System.Windows.ControlsDecorator
DevZest.Windows.Docking.PrimitivesTabBorder
System.WindowsDependencyObject
System.Windows.MediaVisual
System.WindowsUIElement
System.WindowsFrameworkElement
System.Windows.ControlsDecorator
DevZest.Windows.Docking.PrimitivesTabBorder
Namespace: DevZest.Windows.Docking.Primitives
Assembly: DevZest.WpfDocking (in DevZest.WpfDocking.dll) Version: 2.5.0.0 (2.5.5912.0)
Syntax
The TabBorder type exposes the following members.
Constructors
Properties
Name | Description | |
---|---|---|
Background | Gets or sets the Brush that fills the area. This is a dependency property. | |
BorderBrush | Gets or sets the Brush that draws the outer border color. This is a dependency property. | |
BorderThickness | Gets or sets the border thickness. This is a dependency property. | |
CornerRadius | Gets or sets a value that represents the degree to which the corners of a Border are rounded. This is a dependency property. | |
IsBottom | Gets or sets the value indicates the placement of the tab. | |
LeftAngle | Gets or sets the angle of the left edge. This is a dependency property. | |
RightAngle | Gets or sets the angle of the right edge. This is a dependency property. |
Fields
Name | Description | |
---|---|---|
BackgroundProperty | Identifies the Background dependency property. | |
BorderBrushProperty | Identifies the BorderBrush dependency property. | |
BorderThicknessProperty | Identifies the BorderThickness dependency property. | |
CornerRadiusProperty | Identifies the CornerRadius dependency property. | |
IsBottomProperty | Identifies the IsBottom dependency property. | |
LeftAngleProperty | Identifies the LeftAngle dependency property. | |
RightAngleProperty | Identifies the RightAngle dependency property. |
See Also