League Toolkit League Toolkit
League Toolkit League Toolkit
DocFX + Singulink = ♥

Search Results for

    Class LayoutStyleGrid

    Inheritance
    System.Object
    LayoutStyleBase
    LayoutStyleGrid
    Implements
    IMetaClass
    Inherited Members
    LayoutStyleBase.HorizontalJustification
    LayoutStyleBase.VerticalJustification
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: LeagueToolkit.Meta.Classes
    Assembly: LeagueToolkit.Meta.Classes.dll
    Syntax
    public class LayoutStyleGrid : LayoutStyleBase, IMetaClass

    Properties

    | Improve this Doc View Source

    HorizontalFillDirection

    Declaration
    public byte HorizontalFillDirection { get; set; }
    Property Value
    Type Description
    System.Byte
    | Improve this Doc View Source

    RowHorizontalAlignment

    Declaration
    public byte RowHorizontalAlignment { get; set; }
    Property Value
    Type Description
    System.Byte
    | Improve this Doc View Source

    RowVerticalAlignment

    Declaration
    public byte RowVerticalAlignment { get; set; }
    Property Value
    Type Description
    System.Byte
    | Improve this Doc View Source

    VerticalFillDirection

    Declaration
    public byte VerticalFillDirection { get; set; }
    Property Value
    Type Description
    System.Byte

    Implements

    IMetaClass