Gets or sets the border thickness of the alternating instances of this data range. This is a dependency property.
Namespace: MindFusion.Reporting.Wpf
Assembly: MindFusion.Reporting.Wpf
SyntaxC#
Copy Code
|
|---|
public Thickness AlternatingBorderThickness { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property AlternatingBorderThickness As Thickness |
An instance of the WPF BorderThickness class.
RemarksThe default border thickness for data range instances is specified by BorderThickness.
See Also