KmlBalloonStyle Class

Specifies how the description balloon is drawn.
Inheritance Hierarchy
SystemObject
  Aspose.Gis.Formats.Kml.StylesKmlBalloonStyle

Namespace:  Aspose.Gis.Formats.Kml.Styles
Assembly:  Aspose.GIS (in Aspose.GIS.dll) Version: 20.3.0.0 (20.03)
Syntax
public class KmlBalloonStyle

The KmlBalloonStyle type exposes the following members.

Constructors
  NameDescription
Public methodKmlBalloonStyle
Initializes a new instance of the KmlBalloonStyle class
Properties
  NameDescription
Public propertyBackgroundColor
Specifies the background color of the graphic element. Default value is White.
Public propertyDisplayMode
Controls whether the balloon is displayed or hidden. Default value is Show
Public propertyText
Specifies the text displayed in the balloon. Default value is .
Public propertyTextColor
Specifies the foreground color of the text. Default value is Black.
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
See Also