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






    RightToLeftLayout Property
    Syntax
    'Declaration
     
    
    <SRCategoryAttribute("CatAppearance")>
    <System.ComponentModel.LocalizableAttribute(True)>
    <System.ComponentModel.DefaultValueAttribute(False)>
    <SRDescriptionAttribute("ControlRightToLeftLayoutDescr")>
    Public Overridable Property RightToLeftLayout As System.Boolean
     
    'Usage
     
    
    Dim instance As LicenseDialog
    Dim value As System.Boolean
     
    instance.RightToLeftLayout = value
     
    value = instance.RightToLeftLayout
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also