Class GridPanelLayout
Inheritance
object
GridPanelLayout
Inherited Members
object.Equals(object, object)
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Assembly: NBoomackClient.dll
Syntax
public class GridPanelLayout : PanelLayout, IEquatable<PanelLayout>, IEquatable<GridPanelLayout>
Properties
Grid
Declaration
public GridLayout Grid { get; set; }
Property Value
Slots
Declaration
public IDictionary<string, GridSlot> Slots { get; set; }
Property Value
Type |
Description |
IDictionary<string, GridSlot> |
|
Type
Declaration
public override string Type { get; }
Property Value
Overrides
Methods
Equals(GridPanelLayout)
Declaration
public bool Equals(GridPanelLayout other)
Parameters
Returns
Equals(object)
Declaration
public override bool Equals(object obj)
Parameters
Type |
Name |
Description |
object |
obj |
|
Returns
Overrides
GetHashCode()
Declaration
public override int GetHashCode()
Returns
Overrides
Implements
System.IEquatable<T>
System.IEquatable<T>