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

Search Results for

    Class UiElementTextData

    Inheritance
    System.Object
    UiElementIData
    UiElementData
    UiElementTextData
    Implements
    IMetaClass
    Inherited Members
    UiElementData.Enabled
    UiElementData.Layer
    UiElementData.DragType
    UiElementData.Position
    UiElementData.BlockInputEvents
    UiElementIData.Scene
    UiElementIData.Name
    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 UiElementTextData : UiElementData, IMetaClass

    Properties

    | Improve this Doc View Source

    FontDescription

    Declaration
    public MetaObjectLink FontDescription { get; set; }
    Property Value
    Type Description
    MetaObjectLink
    | Improve this Doc View Source

    HtmlStyleSheet

    Declaration
    public MetaObjectLink HtmlStyleSheet { get; set; }
    Property Value
    Type Description
    MetaObjectLink
    | Improve this Doc View Source

    IconScale

    Declaration
    public float IconScale { get; set; }
    Property Value
    Type Description
    System.Single
    | Improve this Doc View Source

    m1850688965

    Declaration
    public bool m1850688965 { get; set; }
    Property Value
    Type Description
    System.Boolean
    | Improve this Doc View Source

    TextAlignmentHorizontal

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

    TextAlignmentVertical

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

    TraKey

    Declaration
    public string TraKey { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    WrappingMode

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

    Implements

    IMetaClass