Gets or sets a style associated with the item.
Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling
SyntaxC#
Copy Code
|
|---|
public abstract Style Style { get; set; } |
Visual Basic
Copy Code
|
|---|
Public MustOverride Property Style As Style |
A Style object that defines the appearance of the item.
RemarksThis style is applied to the item when it is neither pointed by the user nor selected.
See Also