Gets or sets the style associated with the item.
Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling
C# Copy Code |
---|
public abstract Style PointedSelectedStyle { get; set; } |
Visual Basic Copy Code |
---|
Public MustOverride Property PointedSelectedStyle As Style |
An instance of the Style class that defines the appearance of the item.
This style is applied to the item when it is pointed with the mouse and selected at the same time. This property is ignored and SelectedStyle is used instead of it when UseExtendedStyles is set to Disabled. To read more about how this property affects items appearance, refer to the Customizing the Appearance of Items topic.