Search
InteractiveObject.LineSize Property
See Also
 






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

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

 Syntax

C#  Copy Code

public Measure LineSize { get; set; }

Visual Basic  Copy Code

Public Property LineSize As Measure

 Property Value

An instance of the Measure class. The default is null (Nothing in Visual Basic).

 Remarks

If this property is set to null (Nothing in Visual Basic), the outline will be drawn with hairline thickness.

 See Also