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

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