Search
GlassEffectType Enumeration
See Also
 





Specifies the type of a GlassEffect node effect.

Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public enum GlassEffectType

Visual Basic  Copy Code

Public 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.

 See Also