DicomObjects.NET.8.48 Documentation
DicomObjects Namespace / DicomViewer Class / BackgroundImageLayout Property






    BackgroundImageLayout Property (DicomViewer)
    Syntax
    'Declaration
     
    
    <SRCategoryAttribute("CatAppearance")>
    <System.ComponentModel.DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)>
    <System.ComponentModel.LocalizableAttribute(True)>
    <SRDescriptionAttribute("ControlBackgroundImageLayoutDescr")>
    Public Overridable Property BackgroundImageLayout As System.Windows.Forms.ImageLayout
     
    'Usage
     
    
    Dim instance As DicomViewer
    Dim value As System.Windows.Forms.ImageLayout
     
    instance.BackgroundImageLayout = value
     
    value = instance.BackgroundImageLayout
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also