Gets or sets the style associated with this appointment.
Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling
C# Copy Code |
---|
public override Style PointedStyle { get; set; } |
Visual Basic Copy Code |
---|
Public Overrides Property PointedStyle As Style |
An instance of the Style class that defines the appearance of the item.
This style is applied to the appointment when it is pointed with the mouse. This property is ignored and Style is used instead of it when UseExtendedStyles is set to Disabled. To read more about how this property affects items appearance, refer to the Customizing the Appearance of Items topic.