MindFusion.Scheduling for ASP.NET Programmer's Guide
Style Constructor (StateBag)
See Also
 





Initializes a new instance of the Style class with property values taken from the specified StateBag object.

Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling.WebForms

 Syntax

C#  Copy Code

public Style (
    StateBag bag
)

Visual Basic  Copy Code

Public New ( _
    bag As StateBag _
)

 Parameters

bag
Type: StateBag
A System.Web.UI.StateBag object that provides values for the style properties.

 See Also

Style Constructor Overload List
Style Class
MindFusion.Scheduling Namespace