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

Search Results for

    Class LayoutStyleBase

    Inheritance
    System.Object
    LayoutStyleBase
    LayoutStyleGrid
    LayoutStyleHorizontalList
    LayoutStyleVerticalList
    Implements
    IMetaClass
    Inherited Members
    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 abstract class LayoutStyleBase : IMetaClass

    Properties

    | Improve this Doc View Source

    HorizontalJustification

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

    VerticalJustification

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

    Implements

    IMetaClass