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

In This Topic
    BackgroundImageLayout Property (DicomViewer)
    In This Topic
    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
    [SRCategory("CatAppearance")]
    [System.ComponentModel.DefaultValue(Mono.Cecil.CustomAttributeArgument)]
    [System.ComponentModel.Localizable(true)]
    [SRDescription("ControlBackgroundImageLayoutDescr")]
    public virtual System.Windows.Forms.ImageLayout BackgroundImageLayout {get; set;}
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also