Table of Contents

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

string

Vertical

Gets or sets the vertical position.

public string Vertical { get; set; }

Property Value

string