Gets or sets the style of the object's outline.
Namespace: MindFusion.Spreadsheet
Assembly: MindFusion.Spreadsheet.WinForms
SyntaxC#
Copy Code
|
|---|
public Nullable<DashStyle> LineStyle { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property LineStyle As Nullable(Of DashStyle) |
A member of the .NET DashStyle enumeration or null (Nothing in Visual Basic). The default is null.
RemarksIf this property is set to null (Nothing in Visual Basic), the outline will be solid.
See Also