DicomObjects.NET.8.48 Documentation
DicomObjects Namespace / LicenseDialog Class / RightToLeft Property






    RightToLeft Property (LicenseDialog)
    Syntax
    'Declaration
     
    
    <SRCategoryAttribute("CatAppearance")>
    <System.ComponentModel.LocalizableAttribute(True)>
    <System.ComponentModel.AmbientValueAttribute(Mono.Cecil.CustomAttributeArgument)>
    <SRDescriptionAttribute("ControlRightToLeftDescr")>
    Public Overridable Property RightToLeft As System.Windows.Forms.RightToLeft
     
    'Usage
     
    
    Dim instance As LicenseDialog
    Dim value As System.Windows.Forms.RightToLeft
     
    instance.RightToLeft = value
     
    value = instance.RightToLeft
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also