MindFusion WinForms Programmer's Guide
InteractiveObject.LineStyle Property
See Also
 





Gets or sets the style of the object's outline.

Namespace: MindFusion.Spreadsheet
Assembly: MindFusion.Spreadsheet.WinForms

 Syntax

C#  Copy Code

public Nullable<DashStyle> LineStyle { get; set; }

Visual Basic  Copy Code

Public Property LineStyle As Nullable(Of DashStyle)

 Property Value

A member of the .NET DashStyle enumeration or null (Nothing in Visual Basic). The default is null.

 Remarks

If this property is set to null (Nothing in Visual Basic), the outline will be solid.

 See Also

InteractiveObject Members
InteractiveObject Class
MindFusion.Spreadsheet Namespace