Search
CellAnnotation.VerticalAlignment Property
See Also
 






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

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

 Syntax

C#  Copy Code

public VerticalAlignment VerticalAlignment { get; set; }

Visual Basic  Copy Code

Public Property VerticalAlignment As VerticalAlignment

 Property Value

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

 Remarks

If this property is set to Default, the vertical alignment of the annotation will be set to Top.

 See Also