TabBorder Class

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

Namespace: DevZest.Windows.Docking.Primitives
Assembly: DevZest.WpfDocking (in DevZest.WpfDocking.dll) Version: 2.5.0.0 (2.5.5912.0)
Syntax
public class TabBorder : Decorator
Public Class TabBorder
	Inherits Decorator

The TabBorder type exposes the following members.

Constructors
  NameDescription
Public methodTabBorder
Initializes a new instance of the TabBorder class
Top
Properties
  NameDescription
Public propertyBackground
Gets or sets the Brush that fills the area. This is a dependency property.
Public propertyBorderBrush
Gets or sets the Brush that draws the outer border color. This is a dependency property.
Public propertyBorderThickness
Gets or sets the border thickness. This is a dependency property.
Public propertyCornerRadius
Gets or sets a value that represents the degree to which the corners of a Border are rounded. This is a dependency property.
Public propertyIsBottom
Gets or sets the value indicates the placement of the tab.
Public propertyLeftAngle
Gets or sets the angle of the left edge. This is a dependency property.
Public propertyRightAngle
Gets or sets the angle of the right edge. This is a dependency property.
Top
Fields
  NameDescription
Public fieldStatic memberBackgroundProperty
Identifies the Background dependency property.
Public fieldStatic memberBorderBrushProperty
Identifies the BorderBrush dependency property.
Public fieldStatic memberBorderThicknessProperty
Identifies the BorderThickness dependency property.
Public fieldStatic memberCornerRadiusProperty
Identifies the CornerRadius dependency property.
Public fieldStatic memberIsBottomProperty
Identifies the IsBottom dependency property.
Public fieldStatic memberLeftAngleProperty
Identifies the LeftAngle dependency property.
Public fieldStatic memberRightAngleProperty
Identifies the RightAngle dependency property.
Top
See Also