ClassMapLabel
Class
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.RadMap.dll
Syntax:
cs-api-definition
public class MapLabel : MapPathBasedVisualElement, IClusterable, IBorderElement, IBoxStyle, IBoxElement, IFillElement, ITextElement, IShapedElement
Inheritance: objectMapVisualElementMapPathBasedVisualElementMapLabel
Implements:
Inherited Members
Constructors
Properties
IsOutline
Declaration
cs-api-definition
protected override bool IsOutline { get; }
Property Value
Overrides
Methods
CreateVisualElementInfo(IMapViewport)
Declaration
cs-api-definition
protected override MapVisualElementInfo CreateVisualElementInfo(IMapViewport viewport)
Parameters
viewport
Returns
Overrides
Paint(IGraphics, IMapViewport)
Paints the element to the specified graphics.
Declaration
cs-api-definition
public override void Paint(IGraphics graphics, IMapViewport viewport)
Parameters
graphics
The graphics.
viewport
The viewport.
Overrides