Scheduler for WinForms | ComponentOne
C1.Win.Schedule.8 Assembly / C1.Win.Schedule.UI Namespace / BaseTheme Class / Common Property

In This Topic
    Common Property (BaseTheme)
    In This Topic
    Gets or sets the C1.Framework.Style object determining the main style of control.
    Syntax
    'Declaration
     
    Public Property Common As C1.Framework.Style
    public C1.Framework.Style Common {get; set;}
    See Also