Search
ReportItem.BorderThickness Property
See Also
 





Gets or sets the thickness of the border around this item. This is a dependency property.

Namespace: MindFusion.Reporting.Wpf
Assembly: MindFusion.Reporting.Wpf

 Syntax

C#  Copy Code

public Thickness BorderThickness { get; set; }

Visual Basic  Copy Code

Public Property BorderThickness As Thickness

 Property Value

A WPF Thickness object.

 See Also