| C1.Win.Calendar Namespace > CalendarSettings Class : RightToLeftLayout Property |
'Declaration<C1DescriptionAttribute("Gets or sets a value indicating whether the control is laid out from right to left.")> <DefaultValueAttribute()> <LocalizableAttribute(True)> Public Overridable Property RightToLeftLayout As Boolean
'UsageDim instance As CalendarSettings Dim value As Boolean instance.RightToLeftLayout = value value = instance.RightToLeftLayout
[C1Description("Gets or sets a value indicating whether the control is laid out from right to left.")] [DefaultValue()] [Localizable(true)] public virtual bool RightToLeftLayout {get; set;}
[C1Description("Gets or sets a value indicating whether the control is laid out from right to left.")] [DefaultValue()] [Localizable(true)] public: virtual property bool RightToLeftLayout { bool get(); void set ( bool 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