Search
GlassEffect.Type Property
See Also
 





Gets or sets the type of the glass effect.

Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public GlassEffectType Type { get; set; }

Visual Basic  Copy Code

Public Property Type As GlassEffectType

 Property Value

A member of the GlassEffectType enumeration. The default is Type1.

 See Also