Search
GlassEffectType Enumeration
See Also
 





Specifies the type of a GlassEffect node effect.

Namespace: MindFusion.Diagramming
Package: Enum.js

 Syntax

JavaScript  Copy Code

// enum
GlassEffectType = {}

 Members

  Member name Description

Type1

Indicates a glass effect with soft radial glow at the bottom and a sharp reflection at the top.

Type2

Indicates a glass effect with linear glow at the bottom and sharp reflection at the top.

Type3

Indicates a glass effect with radial glow at the bottom and smooth reflection and emphasized outline at the top.

Type4

Indicates a glass effect with sharp reflection at the top and soft glow at the left and right sides.

 Remarks

Members of this enumeration can be assigned to the type property of GlassEffect.

 See Also