Represents the base class of all visual effects that can be applied to the elements in a Calendar.
Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling
SyntaxC#
Copy Code
|
|---|
public abstract class ItemEffect : INotifyPropertyChanged |
Visual Basic
Copy Code
|
|---|
Public MustInherit Class ItemEffect |
RemarksEffects can be applied by adding instances of the concrete effect classes to the ItemEffects collection of the Calendar.
Inheritance HierarchySystem.Object![]()
MindFusion.Scheduling.ItemEffect
MindFusion.Scheduling.AeroEffect
MindFusion.Scheduling.GlassEffect
See Also