Search
DockItem.ContentBorderThickness Property
See Also
 





Gets or sets the thickness of the item's content border. This is a dependency property.

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

 Syntax

C#  Copy Code

public Thickness ContentBorderThickness { get; set; }

Visual Basic  Copy Code

Public Property ContentBorderThickness As Thickness

 Property Value

A WPF Thickness object.

 See Also