Nevron Open Vision Documentation
Nevron.Nov.Editors Namespace / NStackCategoryEditor Class / AlignLabels Property


In This Topic
    AlignLabels Property
    In This Topic
    Gets/Sets whether to align labels by placing them in an uni size group box. Applicable only for vertically oriented stacks, i.e. stacks with TopToBottom or BottomToTop direction.
    Syntax
    'Declaration
     
    
    Public Property AlignLabels As System.Boolean
    'Usage
     
    
    Dim instance As NStackCategoryEditor
    Dim value As System.Boolean
     
    instance.AlignLabels = value
     
    value = instance.AlignLabels
    public System.bool AlignLabels {get; set;}
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also