Control.RenderRightToLeft Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Caution
This property has been deprecated. Please use RightToLeft instead. http://go.microsoft.com/fwlink/?linkid=14202
Caution
This property has been deprecated. Please use RightToLeft instead. https://go.microsoft.com/fwlink/?linkid=14202
This property is now obsolete.
protected:
property bool RenderRightToLeft { bool get(); };
protected public:
property bool RenderRightToLeft { bool get(); };
protected bool RenderRightToLeft { get; }
[System.Obsolete("This property has been deprecated. Please use RightToLeft instead. http://go.microsoft.com/fwlink/?linkid=14202")]
protected internal bool RenderRightToLeft { get; }
[System.Obsolete("This property has been deprecated. Please use RightToLeft instead. https://go.microsoft.com/fwlink/?linkid=14202")]
protected internal bool RenderRightToLeft { get; }
member this.RenderRightToLeft : bool
[<System.Obsolete("This property has been deprecated. Please use RightToLeft instead. http://go.microsoft.com/fwlink/?linkid=14202")>]
member this.RenderRightToLeft : bool
[<System.Obsolete("This property has been deprecated. Please use RightToLeft instead. https://go.microsoft.com/fwlink/?linkid=14202")>]
member this.RenderRightToLeft : bool
Protected ReadOnly Property RenderRightToLeft As Boolean
Protected Friend ReadOnly Property RenderRightToLeft As Boolean
Property Value
true
if the control is rendered from right to left; otherwise, false
. The default is false
.
- Attributes
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.