Search Results for

    Show / Hide Table of Contents

    Enum EHorizontalAlignment

    • C#
    • Visual Basic
    public enum EHorizontalAlignment
    Public Enum EHorizontalAlignment
    Namespace: HomeSeer.Jui.Views
    Assembly: PluginSdk.dll


    The possible behaviors for the horizontal alignment of items in a row


    Fields

    Name Description
    JustifyContentAround

    Items are evenly distributed in the row with equal space around them

    JustifyContentBetween

    Items are evenly distributed in the row; first item is on the start of the row, last item on the end of the row

    JustifyContentCenter

    Items are centered along the row

    JustifyContentEnd

    Items are packed towards the end of the row

    JustifyContentStart

    Items are packed towards the start of the row

    None

    None

    • View Source
    In This Article
    Back to top HomeSeer Technologies