SpreadsheetGear 2012
RightToLeftLayout Property (ChartExplorer)






Syntax
'Declaration
 
<SRCategoryAttribute("Appearance")>
<System.ComponentModel.LocalizableAttribute(True)>
<System.ComponentModel.DefaultValueAttribute()>
<SRDescriptionAttribute("Indicates whether the control layout is right-to-left when the RightToLeft property is set to Yes.")>
Public Overridable Property RightToLeftLayout As System.Boolean
'Usage
 
Dim instance As ChartExplorer
Dim value As System.Boolean
 
instance.RightToLeftLayout = value
 
value = instance.RightToLeftLayout
[SRCategory("Appearance")]
[System.ComponentModel.Localizable(true)]
[System.ComponentModel.DefaultValue()]
[SRDescription("Indicates whether the control layout is right-to-left when the RightToLeft property is set to Yes.")]
public virtual System.bool RightToLeftLayout {get; set;}
public read-write property RightToLeftLayout: System.Boolean; virtual; 
SRCategoryAttribute("Appearance")
System.ComponentModel.LocalizableAttribute()
System.ComponentModel.DefaultValueAttribute()
SRDescriptionAttribute("Indicates whether the control layout is right-to-left when the RightToLeft property is set to Yes.")
public function get,set RightToLeftLayout : System.boolean
[SRCategory("Appearance")]
[System.ComponentModel.Localizable(true)]
[System.ComponentModel.DefaultValue()]
[SRDescription("Indicates whether the control layout is right-to-left when the RightToLeft property is set to Yes.")]
public: __property virtual System.bool get_RightToLeftLayout();
public: __property virtual void set_RightToLeftLayout( 
   System.bool value
);
[SRCategory("Appearance")]
[System.ComponentModel.Localizable(true)]
[System.ComponentModel.DefaultValue()]
[SRDescription("Indicates whether the control layout is right-to-left when the RightToLeft property is set to Yes.")]
public:
virtual property System.bool RightToLeftLayout {
   System.bool get();
   void set (    System.bool value);
}
Requirements

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

See Also

Reference

ChartExplorer Class
ChartExplorer Members

Send Feedback