Class MapLabel
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.RadMap.dll
Syntax
public class MapLabel : MapPathBasedVisualElement, IClusterable, IBorderElement, IBoxStyle, IBoxElement, IFillElement, ITextElement, IShapedElement
Constructors
MapLabel(PointG, String)
Declaration
public MapLabel(PointG location, string text)
Parameters
PointG
location
|
System.String
text
|
Properties
Image
Declaration
public Image Image { get; set; }
Property Value
System.Drawing.Image
|
IsOutline
Declaration
protected override bool IsOutline { get; }
Property Value
System.Boolean
|
Overrides
Padding
Gets or sets the padding.
Declaration
public Padding Padding { get; set; }
Property Value
System.Windows.Forms.Padding
The padding. |
Methods
CreateVisualElementInfo(IMapViewport)
Declaration
protected override MapVisualElementInfo CreateVisualElementInfo(IMapViewport viewport)
Parameters
IMapViewport
viewport
|
Returns
MapVisualElementInfo
|
Overrides
Paint(IGraphics, IMapViewport)
Declaration
public override void Paint(IGraphics graphics, IMapViewport viewport)
Parameters
IGraphics
graphics
|
IMapViewport
viewport
|