MindFusion WinForms Programmer's Guide
Selection.SelectedElementsStyle Property
See Also
 





Gets or sets the visualization style to apply to selected elements.

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

 Syntax

C#  Copy Code

public Style SelectedElementsStyle { get; set; }

Visual Basic  Copy Code

Public Property SelectedElementsStyle As Style

 Property Value

A Style object specifying the style applied to selected calendar cells. This property cannot be null.

 See Also

Selection Members
Selection Class
MindFusion.Scheduling.WinForms Namespace
Style Class