Xceed Grid for WinForms v4.3 Documentation
Xceed.Grid.v4.3 Assembly / Xceed.Grid.Reporting Namespace / ReportLine Class / DashStyle Property


In This Topic
    DashStyle Property (ReportLine)
    In This Topic
    Gets or sets the dash style of the report line.
    Syntax
    'Declaration
     
    <DescriptionAttribute("The dash style of the border (report line). By default, a solid line.")>
    <CategoryAttribute("Appearance")>
    <EndUserDisplayNameAttribute("Dash Style")>
    <RefreshPropertiesAttribute(RefreshProperties.All)>
    <TypeConverterAttribute(Xceed.Grid.Reporting.Design.DashStyleConverter)>
    Public Property DashStyle As DashStyle
    'Usage
     
    Dim instance As ReportLine
    Dim value As DashStyle
     
    instance.DashStyle = value
     
    value = instance.DashStyle
    [Description("The dash style of the border (report line). By default, a solid line.")]
    [Category("Appearance")]
    [EndUserDisplayName("Dash Style")]
    [RefreshProperties(RefreshProperties.All)]
    [TypeConverter(Xceed.Grid.Reporting.Design.DashStyleConverter)]
    public DashStyle DashStyle {get; set;}

    Property Value

    A System.Drawing.Drawing2D.DashStyle value representing the dash style of the report line. By default, DashStyle.Solid.
    Remarks

    DashStyle.Custom is not supported.

    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