Class GridPanelLayout
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Boomack.Client.Model
Assembly: NBoomackClient.dll
Syntax
public class GridPanelLayout : PanelLayout
Properties
Grid
Declaration
public GridLayout Grid { get; set; }
Property Value
| Type | Description |
|---|---|
| GridLayout |
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
| Type | Description |
|---|---|
| string |