TreeView for WinForms | ComponentOne
C1.Win.TreeView Namespace / TreeNodeCellStyles Class / VerticalAlign Property

In This Topic
    VerticalAlign Property (TreeNodeCellStyles)
    In This Topic
    Gets or sets the vertical alignment.
    Syntax
    'Declaration
     
    
    <C1DescriptionAttribute("TreeNodeCellStyles.VerticalAlign", "Gets or sets the vertical alignment.")>
    <DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Visible)>
    Public Property VerticalAlign As VerticalAlignment
    [C1Description("TreeNodeCellStyles.VerticalAlign", "Gets or sets the vertical alignment.")]
    [DesignerSerializationVisibility(DesignerSerializationVisibility.Visible)]
    public VerticalAlignment VerticalAlign {get; set;}
    See Also