Table of Contents

Class PropertyLayout

Namespace
combit.Reporting.Dom
Assembly
combit.ListLabel31.CrossPlatform.dll

Layout grid settings (counts, sizes, offsets, distances) and print order information.

public class PropertyLayout : DomItem
Inheritance
PropertyLayout
Inherited Members

Properties

PrintOrder

Gets or sets the print order.

public string PrintOrder { get; set; }

Property Value

string

XCount

Gets or sets the X count.

public string XCount { get; set; }

Property Value

string

XDistance

Gets or sets the X distance.

public string XDistance { get; set; }

Property Value

string

XOffset

Gets or sets the X offset.

public string XOffset { get; set; }

Property Value

string

XSize

Gets or sets the X size.

public string XSize { get; set; }

Property Value

string

YCount

Gets or sets the Y count.

public string YCount { get; set; }

Property Value

string

YDistance

Gets or sets the Y distance.

public string YDistance { get; set; }

Property Value

string

YOffset

Gets or sets the Y offset.

public string YOffset { get; set; }

Property Value

string

YSize

Gets or sets the Y size.

public string YSize { get; set; }

Property Value

string