Search
Border.LeftDashStyle Property
See Also
 





Gets or sets the style of the left border.

Namespace: MindFusion.Reporting
Assembly: MindFusion.Reporting

 Syntax

C#  Copy Code

public DashStyle LeftDashStyle { get; set; }

Visual Basic  Copy Code

Public Property LeftDashStyle As DashStyle

 Property Value

A member of the .NET DashStyle enumeration that specifies the dash pattern of the left side of the border. The default is Solid.

 See Also