Table of Contents

Struct FieldHeight

Namespace
The.Web.Controls
Assembly
Instagile.Web.Client.dll

Fields may contain multiple rows of varying heights.

public record struct FieldHeight : IEquatable<FieldHeight>
Implements
Inherited Members

Constructors

FieldHeight(int, int)

Fields may contain multiple rows of varying heights.

public FieldHeight(int FullRows, int SmallRows)

Parameters

FullRows int
SmallRows int

Properties

FullRows

public int FullRows { readonly get; set; }

Property Value

int

SmallRows

public int SmallRows { readonly get; set; }

Property Value

int