ComponentOne FlexReport for WinForms
Width Property (Border)

C1.Win.C1Document.4 Assembly > C1.Win.C1Document Namespace > Border Class : Width Property
Gets or sets the width of all sides of the border. If different sides of the border have different widths, gets null. Setting this property to null does not have any effect.
Syntax
'Declaration
 
Public Property Width As System.Nullable(Of Double)
public System.Nullable<double> Width {get; set;}
See Also

Reference

Border Class
Border Members