Search
DockControl.DockIndicatorBorderThickness Property
See Also
 





Gets or sets the border thickness of the dock indicator areas. This is a dependency property.

Namespace: MindFusion.UI.Wpf
Assembly: MindFusion.UI.Wpf

 Syntax

C#  Copy Code

public Thickness DockIndicatorBorderThickness { get; set; }

Visual Basic  Copy Code

Public Property DockIndicatorBorderThickness As Thickness

 Property Value

A WPF Thickness object.

 See Also