Gets or sets the thickness of the object's outline.
Namespace: MindFusion.Spreadsheet
Assembly: MindFusion.Spreadsheet.WinForms
SyntaxC#
Copy Code
|
|---|
public Measure LineSize { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property LineSize As Measure |
An instance of the Measure class. The default is null (Nothing in Visual Basic).
RemarksIf this property is set to null (Nothing in Visual Basic), the outline will be drawn with hairline thickness.
See Also