Gets or sets the Style used to paint items when they are pointed by the user.
Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling
C# Copy Code |
---|
public Style PointedItemStyle { get; set; } |
Visual Basic Copy Code |
---|
Public Property PointedItemStyle As Style |
A Style object defining the appearance of schedule items when they are pointed with the mouse. This property cannot be null.
Scheduling for .NET MAUI Guide | © 2023 MindFusion |