Gets or sets the style associated with this appointment.
Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling
SyntaxC#
Copy Code
|
|---|
public override Style PointedSelectedStyle { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Overrides Property PointedSelectedStyle As Style |
An instance of the Style class that defines the appearance of the item.
RemarksThis style is applied to the appointment when it is pointed by the user and selected at the same time.
See Also