Xceed Grid for WinForms v4.3 Documentation
Thickness Property


Xceed.Grid.v4.3 Assembly > Xceed.Grid.Reporting Namespace > ReportLine Class : Thickness Property
Gets or sets the thickness of the report line.
Syntax
'Declaration
 
<DescriptionAttribute("The thickness of the border (report line). By default, set to none.")>
<CategoryAttribute("Appearance")>
<EndUserDisplayNameAttribute("Line Type")>
<RefreshPropertiesAttribute(RefreshProperties.All)>
Public Property Thickness As ReportLineThickness
'Usage
 
Dim instance As ReportLine
Dim value As ReportLineThickness
 
instance.Thickness = value
 
value = instance.Thickness
[Description("The thickness of the border (report line). By default, set to none.")]
[Category("Appearance")]
[EndUserDisplayName("Line Type")]
[RefreshProperties(RefreshProperties.All)]
public ReportLineThickness Thickness {get; set;}

Property Value

A ReportLineThickness value representing the thickness of the report line. By default, ReportLineThickness.None.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ReportLine Class
ReportLine Members