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

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