| C1.Win.Calendar.UI Namespace > DayTheme Class : Weekend Property |
'Declaration<C1DescriptionAttribute("Gets or sets base weekend day style. Determines the appearance of all weekends on the screen if they have no their own definition.")> <DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Content)> Public Property Weekend As DayStyle
'UsageDim instance As DayTheme Dim value As DayStyle instance.Weekend = value value = instance.Weekend
[C1Description("Gets or sets base weekend day style. Determines the appearance of all weekends on the screen if they have no their own definition.")] [DesignerSerializationVisibility(DesignerSerializationVisibility.Content)] public DayStyle Weekend {get; set;}
[C1Description("Gets or sets base weekend day style. Determines the appearance of all weekends on the screen if they have no their own definition.")] [DesignerSerializationVisibility(DesignerSerializationVisibility.Content)] public: property DayStyle^ Weekend { DayStyle^ get(); void set ( DayStyle^ value); }
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2