Class PropertyPosition
- Namespace
- combit.Reporting.Dom
- Assembly
- combit.ListLabel31.CrossPlatform.dll
Position definition with horizontal and vertical components.
public class PropertyPosition : DomItem
- Inheritance
-
PropertyPosition
- Inherited Members
Properties
Horizontal
Gets or sets the horizontal position.
public string Horizontal { get; set; }
Property Value
Vertical
Gets or sets the vertical position.
public string Vertical { get; set; }