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






Represents an effect that adds semitransparency to the element and emphasizes its outline by adding a shade and an inner stroke.

Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling

 Syntax

C#  Copy Code

public sealed class AeroEffect : ItemEffect

Visual Basic  Copy Code

Public NotInheritable Class AeroEffect
    Inherits ItemEffect

 Remarks

This effect can be applied to the elements in a Calendar by adding an instance of this class to the ItemEffects collection.

 Example

The following example demonstrates how to apply aero effect to the items of an existing calendar.

C#  Copy Code

calendar.ItemEffects.Add(new AeroEffect());

Visual Basic  Copy Code

calendar.ItemEffects.Add(New AeroEffect())

 Inheritance Hierarchy

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

 See Also

AeroEffect Members
MindFusion.Scheduling Namespace