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

In This Topic
    HorizontalAlignment Property (Style)
    In This Topic
    Gets or sets how elements should be aligned in the horizontal direction.
    Syntax
    'Declaration
     
    
    <DescriptionAttribute("Gets or sets how elements should be aligned in the horizontal direction.")>
    <CategoryAttribute("Layout")>
    <DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)>
    Public Property HorizontalAlignment As Alignment
    [Description("Gets or sets how elements should be aligned in the horizontal direction.")]
    [Category("Layout")]
    [DefaultValue(Mono.Cecil.CustomAttributeArgument)]
    public Alignment HorizontalAlignment {get; set;}
    See Also