Search
ItemSettings.PointedSelectedItemStyle Property
See Also
 






Gets or sets the Style used to paint items when they are pointed by the user.

Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling

 Syntax

C#  Copy Code

public Style PointedSelectedItemStyle { get; set; }

Visual Basic  Copy Code

Public Property PointedSelectedItemStyle As Style

 Property Value

A Style object defining the appearance of schedule items when they are pointed with the mouse and selected at the same time. This property cannot be null.

 See Also