ImageGear .NET v24.12 - Updated
RightToLeft Property




ImageGear24.Windows.Forms Assembly > ImageGear.Windows.Forms.Thumbnails Namespace > ImGearThumbnailCtl Class : RightToLeft Property
Gets or sets a value indicating whether text appears right to left. Inerhited property not supported by thumbnail control.
Syntax
'Declaration
 
<BrowsableAttribute(False)>
Public Overrides Property RightToLeft As RightToLeft
'Usage
 
Dim instance As ImGearThumbnailCtl
Dim value As RightToLeft
 
instance.RightToLeft = value
 
value = instance.RightToLeft
[Browsable(false)]
public override RightToLeft RightToLeft {get; set;}
[Browsable(false)]
public: __property RightToLeft get_RightToLeft() override;
public: __property void set_RightToLeft( 
   RightToLeft value
) override;
[Browsable(false)]
public:
property RightToLeft RightToLeft {
   RightToLeft get() override;
   void set (    RightToLeft value) override;
}

Property Value

System.Windows.Forms.RightToLeft enumeration value.
See Also

Reference

ImGearThumbnailCtl Class
ImGearThumbnailCtl Members