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





Gets or sets the horizontal alignment of the text used in the comment.

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

 Syntax

C#  Copy Code

public HorizontalAlignment HorizontalAlignment { get; set; }

Visual Basic  Copy Code

Public Property HorizontalAlignment As HorizontalAlignment

 Property Value

A member of the HorizontalAlignment enumeration. The default is Default.

 Remarks

If this property is set to Default, the horizontal alignment of the annotation will be set to Left.

 See Also

CellAnnotation Members
CellAnnotation Class
MindFusion.Spreadsheet.Wpf Namespace