Search
Border.TopWidth Property
See Also
 





Gets or sets the width of the top border.

Namespace: MindFusion.Reporting
Assembly: MindFusion.Reporting

 Syntax

C#  Copy Code

public float TopWidth { get; set; }

Visual Basic  Copy Code

Public Property TopWidth As Single

 Property Value

An integer value specifying the width of the right side of the border. The default is 0.

 See Also