Search
InteractiveObject.LineColor Property
See Also
 






Gets or sets the outline color of this object.

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

 Syntax

C#  Copy Code

public Nullable<Color> LineColor { get; set; }

Visual Basic  Copy Code

Public Property LineColor As Nullable(Of Color)

 Property Value

An instance of the .NET Color structure 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 not be visible.

 See Also