TreeView for WinForms | ComponentOne
C1.Framework Namespace / Style Class / BackImageScaling Property

In This Topic
    BackImageScaling Property (Style)
    In This Topic
    Gets or sets the scaling used to render the background image.
    Syntax
    'Declaration
     
    
    <CategoryAttribute("Background")>
    <DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)>
    <DescriptionAttribute("Gets or sets the scaling used to render the background image.")>
    Public Property BackImageScaling As ImageScaling
    [Category("Background")]
    [DefaultValue(Mono.Cecil.CustomAttributeArgument)]
    [Description("Gets or sets the scaling used to render the background image.")]
    public ImageScaling BackImageScaling {get; set;}
    See Also