C# 클래스 Google.KML.geBaloonStyle

Represents the BaloonStyle Google Earth object
상속: geObject
파일 보기 프로젝트 열기: akapetanovic/ASTERIX-ANALYSER-and-DATA-DISPLAY

공개 프로퍼티들

프로퍼티 타입 설명
BgColor geColor
Text string
TextColor geColor

공개 메소드들

메소드 설명
ToKML ( XmlTextWriter kml ) : void

Renders the object as KML, and calls upon any children to do the same

geBaloonStyle ( ) : System

메소드 상세

ToKML() 공개 메소드

Renders the object as KML, and calls upon any children to do the same
public ToKML ( XmlTextWriter kml ) : void
kml System.Xml.XmlTextWriter
리턴 void

geBaloonStyle() 공개 메소드

public geBaloonStyle ( ) : System
리턴 System

프로퍼티 상세

BgColor 공개적으로 프로퍼티

The background color of the balloon
public geColor,Google.KML BgColor
리턴 geColor

Text 공개적으로 프로퍼티

Text that can override the Google supplied text that exists in the balloon along with any description information
public string Text
리턴 string

TextColor 공개적으로 프로퍼티

The text color of the balloon
public geColor,Google.KML TextColor
리턴 geColor