Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / HierBarInfo Class / Align Property
Example


In This Topic
    Align Property (HierBarInfo)
    In This Topic
    Gets or sets the horizontal alignment of the hierarchy bar in the Spread component.
    Syntax
    'Declaration
     
    
    Public Property Align As HorizontalAlign
    'Usage
     
    
    Dim instance As HierBarInfo
    Dim value As HorizontalAlign
     
    instance.Align = value
     
    value = instance.Align
    public HorizontalAlign Align {get; set;}

    Property Value

    HorizontalAlign object containing the alignment of text
    Remarks
    Valid values for this property are the horizontal alignment settings listed in the HorizontalAlign enumeration in the Microsoft .NET Framework Reference.
    Example
    See Also