Search
Theme.SelectionSelectedElementsStyle Property
See Also
 






Gets the Style of the selected elements in this theme.

Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling

 Syntax

C#  Copy Code

public abstract Style SelectionSelectedElementsStyle { get; }

Visual Basic  Copy Code

Public MustOverride ReadOnly Property SelectionSelectedElementsStyle As Style

 Property Value

An instance of the Style class.

 See Also