Search
RenderOptions.EnableEffects Property
See Also
 






Enables or disables special effects, such as emboss.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public bool EnableEffects { get; set; }

Visual Basic  Copy Code

Public Property EnableEffects As Boolean

 Property Value

A boolean value.

 See Also