Scheduler for WinForms | ComponentOne
C1.Win.C1Schedule.4.5.2 Assembly / C1.Win.C1Schedule Namespace / C1Schedule Class / VisualStyle Property

In This Topic
    VisualStyle Property (C1Schedule)
    In This Topic
    Gets or sets the VisualStyle value determining control's visual style. The default is C1.Win.C1Schedule.UI.VisualStyle.System.
    Syntax
    'Declaration
     
    Public Property VisualStyle As VisualStyle
    public VisualStyle VisualStyle {get; set;}
    Remarks

    Setting this property to any value changes the value of the Theme property.

    Setting this property to C1.Win.C1Schedule.UI.VisualStyle.Custom value results in creating the editable copy of currently used theme. The new theme has C1.Win.C1Schedule.UI.VisualStyle.Custom style and an unique string as the Name property.

    See Also