Search
Overview.DisplayShadows Property
See Also
 





Gets or sets whether to paint the shadows of items in the overview control.

Namespace: MindFusion.Diagramming.Blazor
Assembly: MindFusion.Diagramming.Blazor

 Syntax

C#  Copy Code

public bool DisplayShadows { get; set; }

Visual Basic  Copy Code

Public Property DisplayShadows As Boolean

 Property Value

true to paint shadows, or false otherwise. The default is true.

 See Also