MindFusion WinForms Programmer's Guide
Item.PointedStyle Property
See Also
 





Gets or sets the style associated with the item.

Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling

 Syntax

C#  Copy Code

public abstract Style PointedStyle { get; set; }

Visual Basic  Copy Code

Public MustOverride Property PointedStyle As Style

 Property Value

A Style object that defines the appearance of the appointment.

 Remarks

This style is applied to the item 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 appearance, refer to the Customizing the Appearance of Items topic.

 See Also

Item Members
Item Class
MindFusion.Scheduling Namespace
Style Property
SelectedStyle Property
PointedSelectedStyle Property