'Declaration
<AmbientValueAttribute(Mono.Cecil.CustomAttributeArgument)> <BrowsableAttribute(False)> <LocalizableAttribute(True)> Public Shadows Property RightToLeft As RightToLeft
'Usage
Dim instance As BrowseControl Dim value As RightToLeft instance.RightToLeft = value value = instance.RightToLeft
[AmbientValue(Mono.Cecil.CustomAttributeArgument)] [Browsable(false)] [Localizable(true)] public new RightToLeft RightToLeft {get; set;}
[AmbientValue(Mono.Cecil.CustomAttributeArgument)] [Browsable(false)] [Localizable(true)] public: new property RightToLeft RightToLeft { RightToLeft get(); void set ( RightToLeft value); }