Search
Theme.SelectionStyle Property
See Also
 





Gets the selection style in this theme.

Namespace: MindFusion.Scheduling.WinForms
Assembly: MindFusion.Scheduling

 Syntax

C#  Copy Code

public abstract SelectionStyle SelectionStyle { get; }

Visual Basic  Copy Code

Public MustOverride ReadOnly Property SelectionStyle As SelectionStyle

 Property Value

A member of the SelectionStyle enumeration.

 See Also