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

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