DevZest WPF Docking
TabBorderCornerRadius Property |
Gets or sets a value that represents the degree to which the corners of a Border are rounded. 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 CornerRadius CornerRadius { get; set; }
Public Property CornerRadius As CornerRadius Get Set
Property Value
Type: CornerRadiusThe CornerRadius that describes the degree to which corners are rounded.
See Also