Table of Contents

Struct Options.RowHeight

Namespace
The.Web.Composition
Assembly
Instagile.Web.Client.dll
public record struct Options.RowHeight : IEquatable<Options.RowHeight>
Implements
Inherited Members

Constructors

RowHeight(int, int)

public RowHeight(int HighDensity, int LowDensity)

Parameters

HighDensity int
LowDensity int

Properties

HighDensity

public int HighDensity { readonly get; set; }

Property Value

int

LowDensity

public int LowDensity { readonly get; set; }

Property Value

int