Gets or sets the style associated with the item.
Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling
SyntaxC#
Copy Code
|
|---|
public abstract Style PointedStyle { get; set; } |
Visual Basic
Copy Code
|
|---|
Public MustOverride Property PointedStyle As Style |
A Style object that defines the appearance of the appointment.
RemarksThis style is applied to the item when it is pointed by the user.
See Also