Class KmlPolygonStyle
Specifies the drawing style for all polygon geometry.
Implements
Namespace: Esri.ArcGISRuntime.Ogc
Assembly: Esri.ArcGISRuntime.dll
Syntax
public sealed class KmlPolygonStyle : KmlColorStyle, INotifyPropertyChanged
Remarks
Examples of "polygon geometry" include polygon KmlPlacemark, polygon extrusions (which look like the walls of buildings), and line extrusions (which look like solid fences).
Controls how the <fill> of a KmlNode is displayed and whether or not the <outline> of a KmlNode is displayed. If the outline is displayed, then the outline will use the current KmlLineStyle. Corresponds to a <PolyStyle> element in a KML document.
Constructors
Name | Description |
---|---|
KmlPolygonStyle(Color) | Initializes a new instance of the KmlPolygonStyle class with specified fill color. Default is RGBA(255,255,255,255). |
Properties
Name | Description |
---|---|
IsFilled | Gets or sets a value indicating whether or not to display the polygon with a filled symbol. Default is true. |
IsOutlined | Gets or sets a value indicating whether or not display the polygon with an outline symbol. Default is true. |
Applies to
Target | Versions |
---|---|
.NET Standard 2.0 | 100.6 - 200.5 |
.NET | 100.13 - 200.5 |
.NET Windows | 100.13 - 200.5 |
.NET Android | 200.0 - 200.5 |
.NET iOS | 200.0 - 200.5 |
.NET Framework | 100.6 - 200.5 |
Xamarin.Android | 100.6 - 100.15 |
Xamarin.iOS | 100.6 - 100.15 |
UWP | 100.6 - 200.5 |