Search
DataRange.AlternatingBorderThickness Property
See Also
 





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

 Syntax

C#  Copy Code

public Thickness AlternatingBorderThickness { get; set; }

Visual Basic  Copy Code

Public Property AlternatingBorderThickness As Thickness

 Property Value

An instance of the WPF BorderThickness class.

 Remarks

The default border thickness for data range instances is specified by BorderThickness.

 See Also