Class
MapItem

TODO: Add documentation.

Definition

Namespace:Telerik.Reporting

Assembly:Telerik.Reporting.dll

Syntax:

cs-api-definition
public abstract class MapItem : ReportObject

Inheritance: objectReportObjectMapItem

Derived Classes: MapLegendMapTitle

Inherited Members ReportObject.ToString(string[])

Constructors

MapItem()

TODO: Add documentation.

Declaration

cs-api-definition
protected MapItem()

Properties

Bounds

Specifies the map item's bounds.

Declaration

cs-api-definition
[Browsable(false)]
public RectangleU Bounds { get; set; }

Property Value

RectangleU

Height

Specifies the map item's height.

Declaration

cs-api-definition
[Browsable(false)]
public Unit Height { get; set; }

Property Value

Unit

IsInsidePlotArea

Determines whether the map item is inside or outside the plot area.

Declaration

cs-api-definition
public bool IsInsidePlotArea { get; set; }

Property Value

bool

Left

Specifies the map item's left position.

Declaration

cs-api-definition
[Browsable(false)]
public Unit Left { get; set; }

Property Value

Unit

Location

Specifies the map item's location.

Declaration

cs-api-definition
public PointU Location { get; set; }

Property Value

PointU

Size

Specifies the map item's size.

Declaration

cs-api-definition
public SizeU Size { get; set; }

Property Value

SizeU

Style

Specifies the map item's style.

Declaration

cs-api-definition
[TypeConverter(typeof(ExpandableObjectConverter))]
public Style Style { get; }

Property Value

Style

Top

Specifies the map item's top position.

Declaration

cs-api-definition
[Browsable(false)]
public Unit Top { get; set; }

Property Value

Unit

Width

Specifies the map item's width.

Declaration

cs-api-definition
[Browsable(false)]
public Unit Width { get; set; }

Property Value

Unit