Table of Contents

Class PropertyRectBase

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

Represents a rectangular geographic base range (Left/Right/Top/Bottom) with default world bounds.

public class PropertyRectBase : DomItem
Inheritance
PropertyRectBase
Inherited Members

Properties

Bottom

Gets or sets the bottom latitude/value.

public double Bottom { get; set; }

Property Value

double

Left

Gets or sets the left longitude/value.

public double Left { get; set; }

Property Value

double

Right

Gets or sets the right longitude/value.

public double Right { get; set; }

Property Value

double

Top

Gets or sets the top latitude/value.

public double Top { get; set; }

Property Value

double