NBoomackClient
Show / Hide Table of Contents

Class GridLayout

Inheritance
object
GridLayout
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 GridLayout

Properties

Columns

Declaration
public int? Columns { get; set; }
Property Value
Type Description
int?

Rows

Declaration
public int? Rows { get; set; }
Property Value
Type Description
int?

Zoom

Declaration
public double? Zoom { get; set; }
Property Value
Type Description
double?
In This Article
Back to top
Boomack Homepage