Gets an object defining the appearance of items in this theme.
Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling
SyntaxC#
Copy Code
|
|---|
public abstract ItemSettings ItemSettings { get; } |
Visual Basic
Copy Code
|
|---|
Public MustOverride ReadOnly Property ItemSettings As ItemSettings |
An instance of the ItemSettings class.
See Also