MapItem
Class
TODO: Add documentation.
Definition
Namespace:Telerik.Reporting
Assembly:Telerik.Reporting.dll
Syntax:
C#
public abstract class MapItem : ReportObject
Inheritance: objectReportObjectMapItem
Derived Classes:
Inherited Members
Constructors
TODO: Add documentation.
C#
protected MapItem()
Properties
Specifies the map item's bounds.
C#
[Browsable(false)]
public RectangleU Bounds { get; set; }
IsInsidePlotArea
bool
Determines whether the map item is inside or outside the plot area.
C#
public bool IsInsidePlotArea { get; set; }
Specifies the map item's left position.
C#
[Browsable(false)]
public Unit Left { get; set; }
Specifies the map item's style.
C#
[TypeConverter(typeof(ExpandableObjectConverter))]
public Style Style { get; }