Represents a glass-like visual effect.
Namespace: MindFusion.Scheduling.WinForms
Assembly: MindFusion.Scheduling
C#
![]() |
---|
public sealed class GlassEffect : ItemEffect |
Visual Basic
![]() |
---|
Public NotInheritable Class GlassEffect |
This effect can be applied to the elements in a Calendar by adding an instance of this class to the ItemEffects collection.
The following image illustrates the Glass effect applied to an item as well as how the different properties affect the output:
The following example demonstrates how to apply glass effect to the items of an existing calendar.
C#
![]() |
---|
calendar.ItemEffects.Add(new GlassEffect()); |
Visual Basic
![]() |
---|
calendar.ItemEffects.Add(New GlassEffect()) |
System.Object
MindFusion.Scheduling.WinForms.ItemEffect
MindFusion.Scheduling.WinForms.GlassEffect