| C1.Win.Calendar Namespace > C1CalendarView Class : Theme Property |
'Declaration<C1CategoryAttribute("Appearance")> <C1DescriptionAttribute("Gets or sets calendar styles.")> <DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Content)> <TypeConverterAttribute("System.ComponentModel.ExpandableObjectConverter, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")> Public Property Theme As CalendarTheme
'UsageDim instance As C1CalendarView Dim value As CalendarTheme instance.Theme = value value = instance.Theme
[C1Category("Appearance")] [C1Description("Gets or sets calendar styles.")] [DesignerSerializationVisibility(DesignerSerializationVisibility.Content)] [TypeConverter("System.ComponentModel.ExpandableObjectConverter, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")] public CalendarTheme Theme {get; set;}
[C1Category("Appearance")] [C1Description("Gets or sets calendar styles.")] [DesignerSerializationVisibility(DesignerSerializationVisibility.Content)] [TypeConverter("System.ComponentModel.ExpandableObjectConverter, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")] public: property CalendarTheme^ Theme { CalendarTheme^ get(); void set ( CalendarTheme^ 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