Search
CellAnnotation.UseFading Property
See Also
 






Gets or sets a value determining whether a fade effect should be used when displaying the annotation.

Namespace: MindFusion.Spreadsheet
Assembly: MindFusion.Spreadsheet.WinForms

 Syntax

C#  Copy Code

public bool UseFading { get; set; }

Visual Basic  Copy Code

Public Property UseFading As Boolean

 Property Value

true if window fading should be used; otherwise, false. The default is null (Nothing in Visual Basic).

 See Also