ComponentOne SuperTooltip for WinForms
C1.Win.8 Assembly / C1.Framework Namespace / Element Class / InheritedRtl Property

In This Topic
    InheritedRtl Property (Element)
    In This Topic
    Gets or sets whether the value of RightToLeft property is inherited from the parent element.
    Syntax
    'Declaration
     
    Public Property InheritedRtl As System.Boolean
    public System.bool InheritedRtl {get; set;}
    See Also