Class RadMapElement
Inheritance
Inherited Members
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.RadMap.dll
Syntax
public class RadMapElement : BaseMapElement, INotifyPropertyChanged, ICustomTypeDescriptor, ISupportSystemSkin, IComponent, IDisposable, IBindableComponent, ISupportDrag, ISupportDrop, IShortcutProvider, IStylableElement, IStylableNode, IPrimitiveElement, IShapedElement, IFillElement, IBorderElement, IBoxStyle, IBoxElement, IImageElement, ITextPrimitive, ITextProvider, IMapViewport
Constructors
RadMapElement()
Declaration
public RadMapElement()
Properties
LegendElement
Gets the legend element.
Declaration
public MapLegendElement LegendElement { get; }
Property Value
MapLegendElement
The legend element. |
MiniMapElement
Gets the mini map element.
Declaration
public MiniMapElement MiniMapElement { get; }
Property Value
MiniMapElement
The mini map element. |
MiniMapSize
Gets or sets the size of the mini map.
Declaration
public Size MiniMapSize { get; set; }
Property Value
System.Drawing.Size
The size of the mini map. |
NavigationBarElement
NavigationBarLocation
ScaleIndicatorElement
Gets the scale indicator element.
Declaration
public MapScaleIndicatorElement ScaleIndicatorElement { get; }
Property Value
MapScaleIndicatorElement
The scale indicator element. |
SearchBarElement
Gets the search bar element.
Declaration
public MapSearchBarElement SearchBarElement { get; }
Property Value
MapSearchBarElement
The search bar element. |
ShowLegend
Gets or sets a value indicating whether the legend is visible.
Declaration
public bool ShowLegend { get; set; }
Property Value
System.Boolean
|
ShowMiniMap
Gets or sets a value indicating whether the mini map is visible.
Declaration
public bool ShowMiniMap { get; set; }
Property Value
System.Boolean
|
ShowNavigationBar
ShowScaleIndicator
Gets or sets a value indicating whether the scale indicator is visible.
Declaration
public bool ShowScaleIndicator { get; set; }
Property Value
System.Boolean
|
ShowSearchBar
Gets or sets a value indicating whether the search bar is visible.
Declaration
public bool ShowSearchBar { get; set; }
Property Value
System.Boolean
|
VisualElementFactory
Declaration
public static MapVisualElementFactory VisualElementFactory { get; set; }
Property Value
MapVisualElementFactory
|
Methods
ArrangeOverride(SizeF)
Declaration
protected override SizeF ArrangeOverride(SizeF finalSize)
Parameters
System.Drawing.SizeF
finalSize
|
Returns
System.Drawing.SizeF
|
Overrides
CreateChildElements()
Declaration
protected override void CreateChildElements()
Overrides
CreateMapLegendElement()
Creates a map legend element.
Declaration
protected virtual MapLegendElement CreateMapLegendElement()
Returns
MapLegendElement |
CreateMapNavigationBarElement()
CreateMapScaleIndicatorElement()
Creates a map scale indicator element.
Declaration
protected virtual MapScaleIndicatorElement CreateMapScaleIndicatorElement()
Returns
MapScaleIndicatorElement |
CreateMiniMapElement()
CreateSearchBarElement()
Creates a search bar element.
Declaration
protected virtual MapSearchBarElement CreateSearchBarElement()
Returns
MapSearchBarElement |
DisposeManagedResources()
Declaration
protected override void DisposeManagedResources()
Overrides
DoMouseHover(EventArgs)
Declaration
protected override void DoMouseHover(EventArgs e)
Parameters
System.EventArgs
e
|
Overrides
InitializeFields()
MeasureOverride(SizeF)
Declaration
protected override SizeF MeasureOverride(SizeF availableSize)
Parameters
System.Drawing.SizeF
availableSize
|
Returns
System.Drawing.SizeF
|
Overrides
OnProviderInitializationComplete(IMapProvider)
Declaration
public override void OnProviderInitializationComplete(IMapProvider mapProvider)
Parameters
IMapProvider
mapProvider
|
Overrides
OnRadMapLocalizationProviderCurrentProviderChanged(Object, EventArgs)
Declaration
protected virtual void OnRadMapLocalizationProviderCurrentProviderChanged(object sender, EventArgs e)
Parameters
System.Object
sender
|
System.EventArgs
e
|
PaintProvidersContent(IGraphics)
Declaration
protected override void PaintProvidersContent(IGraphics graphics)
Parameters
IGraphics
graphics
|