Search
Item.PointedSelectedStyle 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 PointedSelectedStyle { get; set; }

Visual Basic  Copy Code

Public MustOverride Property PointedSelectedStyle As Style

 Property Value

An instance of the Style class that defines the appearance of the item.

 Remarks

This style is applied to the item when it is pointed by the user and selected at the same time.

 See Also