ClassMapItem
Class
TODO: Add documentation.
Definition
Namespace:Telerik.Reporting
Assembly:Telerik.Reporting.dll
Syntax:
cs-api-definition
public abstract class MapItem : ReportObject
Inheritance: objectReportObjectMapItem
Derived Classes:
Inherited Members
Constructors
Properties
Bounds
Specifies the map item's bounds.
Declaration
cs-api-definition
[Browsable(false)]
public RectangleU Bounds { get; set; }
Property Value
Height
Specifies the map item's height.
Declaration
cs-api-definition
[Browsable(false)]
public Unit Height { get; set; }
Property Value
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.
Location
Specifies the map item's location.
Size
Specifies the map item's size.
Style
Specifies the map item's style.
Declaration
cs-api-definition
[TypeConverter(typeof(ExpandableObjectConverter))]
public Style Style { get; }
Property Value
Top
Specifies the map item's top position.