Nevron .NET Vision
Nevron.Editors Namespace / NTextStyleButton Class / BackgroundImageLayout Property


In This Topic
    BackgroundImageLayout Property (NTextStyleButton)
    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
    'Usage
     
    
    Dim instance As NTextStyleButton
    Dim value As System.Windows.Forms.ImageLayout
     
    instance.BackgroundImageLayout = value
     
    value = instance.BackgroundImageLayout
    [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: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also