MindFusion.Wpf Pack Programmer's Guide
CellAnnotation.Margin Property
See Also
 





Gets or sets the text margins.

Namespace: MindFusion.Spreadsheet.Wpf
Assembly: MindFusion.Spreadsheet.Wpf

 Syntax

C#  Copy Code

public Measure Margin { get; set; }

Visual Basic  Copy Code

Public Property Margin 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 margin of the annotation will be set to "1.5pt".

 See Also

CellAnnotation Members
CellAnnotation Class
MindFusion.Spreadsheet.Wpf Namespace