PowerTCP Emulation for .NET
RightToLeft Property




Gets or sets a value indicating whether control's elements are aligned to support locales using right-to-left fonts.
Syntax
Public Shadows Property RightToLeft As RightToLeft
Dim instance As Vt
Dim value As RightToLeft
 
instance.RightToLeft = value
 
value = instance.RightToLeft
public new RightToLeft RightToLeft {get; set;}
public: __property new RightToLeft get_RightToLeft();
public: __property new void set_RightToLeft( 
   RightToLeft value
);
public:
new property RightToLeft RightToLeft {
   RightToLeft get();
   void set (    RightToLeft value);
}
See Also

Reference

Vt Class
Vt Members


PowerTCP Emulation for .NET Documentation Version 4.7
© 2018 Dart Communications. All Rights Reserved.
Send comments on this topic