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
Map The legend element. |
MiniMapElement
Gets the mini map element.
Declaration
public MiniMapElement MiniMapElement { get; }
Property Value
Mini The mini map element. |
MiniMapSize
Gets or sets the size of the mini map.
Declaration
public Size MiniMapSize { get; set; }
Property Value
System. The size of the mini map. |
NavigationBarElement
NavigationBarLocation
ScaleIndicatorElement
Gets the scale indicator element.
Declaration
public MapScaleIndicatorElement ScaleIndicatorElement { get; }
Property Value
Map The scale indicator element. |
SearchBarElement
Gets the search bar element.
Declaration
public MapSearchBarElement SearchBarElement { get; }
Property Value
Map 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.
|
ShowMiniMap
Gets or sets a value indicating whether the mini map is visible.
Declaration
public bool ShowMiniMap { get; set; }
Property Value
System.
|
ShowNavigationBar
ShowScaleIndicator
Gets or sets a value indicating whether the scale indicator is visible.
Declaration
public bool ShowScaleIndicator { get; set; }
Property Value
System.
|
ShowSearchBar
Gets or sets a value indicating whether the search bar is visible.
Declaration
public bool ShowSearchBar { get; set; }
Property Value
System.
|
VisualElementFactory
Declaration
public static MapVisualElementFactory VisualElementFactory { get; set; }
Property Value
Methods
ArrangeOverride(SizeF)
Declaration
protected override SizeF ArrangeOverride(SizeF finalSize)
Parameters
System.
|
Returns
System.
|
Overrides
CreateChildElements()
Declaration
protected override void CreateChildElements()
Overrides
CreateMapLegendElement()
Creates a map legend element.
Declaration
protected virtual MapLegendElement CreateMapLegendElement()
Returns
CreateMapNavigationBarElement()
CreateMapScaleIndicatorElement()
Creates a map scale indicator element.
Declaration
protected virtual MapScaleIndicatorElement CreateMapScaleIndicatorElement()
Returns
CreateMiniMapElement()
CreateSearchBarElement()
Creates a search bar element.
Declaration
protected virtual MapSearchBarElement CreateSearchBarElement()
Returns
DisposeManagedResources()
Declaration
protected override void DisposeManagedResources()
Overrides
DoMouseHover(EventArgs)
Declaration
protected override void DoMouseHover(EventArgs e)
Parameters
System.
|
Overrides
InitializeFields()
MeasureOverride(SizeF)
Declaration
protected override SizeF MeasureOverride(SizeF availableSize)
Parameters
System.
|
Returns
System.
|
Overrides
OnProviderInitializationComplete(IMapProvider)
Declaration
public override void OnProviderInitializationComplete(IMapProvider mapProvider)
Parameters
IMap
|
Overrides
OnRadMapLocalizationProviderCurrentProviderChanged(Object, EventArgs)
Declaration
protected virtual void OnRadMapLocalizationProviderCurrentProviderChanged(object sender, EventArgs e)
Parameters
System.
|
System.
|
PaintProvidersContent(IGraphics)
Declaration
protected override void PaintProvidersContent(IGraphics graphics)
Parameters
IGraphics
graphics
|