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

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