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
XCount
Gets or sets the X count.
public string XCount { get; set; }
Property Value
XDistance
Gets or sets the X distance.
public string XDistance { get; set; }
Property Value
XOffset
Gets or sets the X offset.
public string XOffset { get; set; }
Property Value
XSize
Gets or sets the X size.
public string XSize { get; set; }
Property Value
YCount
Gets or sets the Y count.
public string YCount { get; set; }
Property Value
YDistance
Gets or sets the Y distance.
public string YDistance { get; set; }
Property Value
YOffset
Gets or sets the Y offset.
public string YOffset { get; set; }
Property Value
YSize
Gets or sets the Y size.
public string YSize { get; set; }