'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;}