MindFusion.Wpf Pack Programmer's Guide
Annotation.ShowAlways Property
See Also
 





Gets or sets a value indicating whether the annotation is always visible.

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

 Syntax

C#  Copy Code

public bool ShowAlways { get; set; }

Visual Basic  Copy Code

Public Property ShowAlways As Boolean

 Property Value

true to always display the annotation object; false to display the annotation only when the user hovers with the mouse over the associated cell. The default is false.

 See Also

Annotation Members
Annotation Class
MindFusion.Spreadsheet.Wpf Namespace