Search
Appointment.Style Property
See Also
 






Gets or sets the style associated with this appointment.

Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling

 Syntax

C#  Copy Code

public override Style Style { get; set; }

Visual Basic  Copy Code

Public Overrides Property Style As Style

 Property Value

An instance of the Style class that defines the appearance of the item.

 Remarks

This style is applied to the item when it is neither pointed by the user nor selected.

 See Also