KmlFeatureStyleBalloon Property |
Specifies how the description balloon for placemarks is drawn.
Use to indicate a missing style.
Default Value is .
Namespace:
Aspose.Gis.Formats.Kml.Styles
Assembly:
Aspose.GIS (in Aspose.GIS.dll) Version: 20.3.0.0 (20.03)
Syntaxpublic KmlBalloonStyle Balloon { get; set; }
Public Property Balloon As KmlBalloonStyle
Get
Set
public:
property KmlBalloonStyle^ Balloon {
KmlBalloonStyle^ get ();
void set (KmlBalloonStyle^ value);
}
member Balloon : KmlBalloonStyle with get, set
Property Value
Type:
KmlBalloonStyle
See Also