Class BalloonStyle
Specifies how the description balloon for place marks is drawn.
Inheritance
System.Object
BalloonStyle
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 BalloonStyle
Constructors
BalloonStyle()
Declaration
public BalloonStyle()
Properties
Background
Gets or sets Background color of the balloon (optional).
Declaration
public Color Background { get; set; }
Property Value
System.Drawing.Color
|
Foreground
Gets or sets foreground color for text.
Declaration
public Color Foreground { get; set; }
Property Value
System.Drawing.Color
|
Text
Gets or sets text displayed in the balloon.
Declaration
public string Text { get; set; }
Property Value
System.String
|