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

In This Topic
    ImageScaling Property (Style)
    In This Topic
    Gets or sets how images should be scaled within the element.
    Syntax
    'Declaration
     
    
    <CategoryAttribute("Image")>
    <DescriptionAttribute("Gets or sets how images should be scaled within the element.")>
    <DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)>
    Public Property ImageScaling As ImageScaling
    [Category("Image")]
    [Description("Gets or sets how images should be scaled within the element.")]
    [DefaultValue(Mono.Cecil.CustomAttributeArgument)]
    public ImageScaling ImageScaling {get; set;}
    See Also