Gets or sets the text margins.
Namespace: MindFusion.Spreadsheet
Assembly: MindFusion.Spreadsheet.WinForms
SyntaxC#
Copy Code
|
|---|
public Measure Margin { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property Margin 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 margin of the annotation will be set to "1.5pt".
See Also