Class UiElementTextData
Inheritance
System.Object
UiElementTextData
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()
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
|
Improve this Doc
View Source
HtmlStyleSheet
Declaration
public MetaObjectLink HtmlStyleSheet { get; set; }
Property Value
|
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