MindFusion.Scheduling for Xamarin Programmer's Guide
ItemEffect Class
Remarks See Also
 






Represents the base class of all visual effects that can be applied to the elements in a Calendar.

Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling

 Syntax

C#  Copy Code

public abstract class ItemEffect : INotifyPropertyChanged

Visual Basic  Copy Code

Public MustInherit Class ItemEffect
    Implements INotifyPropertyChanged

 Remarks

Effects can be applied by adding instances of the concrete effect classes to the ItemEffects collection of the Calendar.

 Inheritance Hierarchy

System.Object
    MindFusion.Scheduling.ItemEffect
        MindFusion.Scheduling.AeroEffect
        MindFusion.Scheduling.GlassEffect

 See Also

ItemEffect Members
MindFusion.Scheduling Namespace