Gets the Style of the selected elements in this theme.
Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling
SyntaxC#
Copy Code
|
|---|
public abstract Style SelectionSelectedElementsStyle { get; } |
Visual Basic
Copy Code
|
|---|
Public MustOverride ReadOnly Property SelectionSelectedElementsStyle As Style |
An instance of the Style class.
See Also