TabBorder Properties

DevZest WPF Docking

TabBorder Properties

The TabBorder type exposes the following members.

Properties
  Name Description
Public property Background
Gets or sets the Brush that fills the area. This is a dependency property.
Public property BorderBrush
Gets or sets the Brush that draws the outer border color. This is a dependency property.
Public property BorderThickness
Gets or sets the border thickness. This is a dependency property.
Public 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.
Public property IsBottom
Gets or sets the value indicates the placement of the tab.
Public property LeftAngle
Gets or sets the angle of the left edge. This is a dependency property.
Public property RightAngle
Gets or sets the angle of the right edge. This is a dependency property.
Top
See Also