Gets or sets the thickness of the border around this item. This is a dependency property.
Namespace: MindFusion.Reporting.Wpf
Assembly: MindFusion.Reporting.Wpf
SyntaxC#
Copy Code
|
|---|
public Thickness BorderThickness { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property BorderThickness As Thickness |
A WPF Thickness object.
See Also