Gets or sets the style of the object's outline.
Namespace: MindFusion.Spreadsheet
Assembly: MindFusion.Spreadsheet.WinForms
C#
![]() |
---|
public Nullable<DashStyle> LineStyle { get; set; } |
Visual Basic
![]() |
---|
Public Property LineStyle As Nullable(Of DashStyle) |
A member of the .NET DashStyle enumeration or null (Nothing in Visual Basic). The default is null.
If this property is set to null (Nothing in Visual Basic), the outline will be solid.
MindFusion.Spreadsheet Programmer's Guide | © 2025 MindFusion |