TabBorder.LeftAngle Property

DevZest WPF Docking

TabBorderLeftAngle Property
Gets or sets the angle of the left edge. This is a dependency property.

Namespace: DevZest.Windows.Docking.Primitives
Assembly: DevZest.WpfDocking (in DevZest.WpfDocking.dll) Version: 2.5.0.0 (2.5.5912.0)
Syntax
public double LeftAngle { get; set; }
Public Property LeftAngle As Double
	Get
	Set

Property Value

Type: Double
The angle of the left edge. The default value is 90.
See Also