Class GridLayout
Inheritance
object
GridLayout
Implements
IEquatable<GridLayout>
Inherited Members
object.Equals(object, object)
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Boomack.Client.Model
Assembly: NBoomackClient.dll
Syntax
public class GridLayout : IEquatable<GridLayout>
Properties
Columns
Declaration
public int? Columns { get; set; }
Property Value
Type | Description |
---|---|
int? |
NoGap
Declaration
public bool? NoGap { get; set; }
Property Value
Type | Description |
---|---|
bool? |
NoMargin
Declaration
public bool? NoMargin { get; set; }
Property Value
Type | Description |
---|---|
bool? |
Rows
Declaration
public int? Rows { get; set; }
Property Value
Type | Description |
---|---|
int? |
Zoom
Declaration
public double? Zoom { get; set; }
Property Value
Type | Description |
---|---|
double? |
Methods
Equals(GridLayout)
Declaration
public bool Equals(GridLayout other)
Parameters
Type | Name | Description |
---|---|---|
GridLayout | other |
Returns
Type | Description |
---|---|
bool |
Equals(object)
Declaration
public override bool Equals(object obj)
Parameters
Type | Name | Description |
---|---|---|
object | obj |
Returns
Type | Description |
---|---|
bool |
Overrides
object.Equals(object)
GetHashCode()
Declaration
public override int GetHashCode()
Returns
Type | Description |
---|---|
int |
Overrides
object.GetHashCode()
Implements
System.IEquatable<T>