Search
Theme.ItemSettings Property
See Also
 






Gets an object defining the appearance of items in this theme.

Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling

 Syntax

C#  Copy Code

public abstract ItemSettings ItemSettings { get; }

Visual Basic  Copy Code

Public MustOverride ReadOnly Property ItemSettings As ItemSettings

 Property Value

An instance of the ItemSettings class.

 See Also