Class LayoutStyleGrid
Implements
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 class LayoutStyleGrid : LayoutStyleBase, IMetaClass
Properties
| Improve this Doc View SourceHorizontalFillDirection
Declaration
public byte HorizontalFillDirection { get; set; }
Property Value
Type | Description |
---|---|
System.Byte |
RowHorizontalAlignment
Declaration
public byte RowHorizontalAlignment { get; set; }
Property Value
Type | Description |
---|---|
System.Byte |
RowVerticalAlignment
Declaration
public byte RowVerticalAlignment { get; set; }
Property Value
Type | Description |
---|---|
System.Byte |
VerticalFillDirection
Declaration
public byte VerticalFillDirection { get; set; }
Property Value
Type | Description |
---|---|
System.Byte |