Show / Hide Table of Contents

Class KmlColorStyle

Defines the appearance of a KmlNode, based on specified color and KmlColorMode.

Inheritance
Object
KmlColorStyle
KmlIconStyle
KmlLabelStyle
KmlLineStyle
KmlPolygonStyle
Implements
System.ComponentModel.INotifyPropertyChanged
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Object.ToString()
Namespace: Esri.ArcGISRuntime.Ogc
Assembly: Esri.ArcGISRuntime.dll
Syntax
public abstract class KmlColorStyle : INotifyPropertyChanged
Remarks

For KmlIcon objects, the specified Color is blended with existing colors of the base image. Due to this blending effect, to have the exact color appear that was specified by the Color property, it is recommended that the base image be white. Also note that, because Color defaults to white, the Color property of KMLIcon will result in the original color of the base image.

Properties

Name Description
Color

Gets or sets the color.

ColorMode

Gets or sets the color mode.

Events

Name Description
PropertyChanged

Applies to

TargetVersions
.NET Standard 2.0100.6 - 100.15
.NET 6.0100.13 - 100.15
.NET 6.0 Windows100.13 - 100.15
.NET Framework100.6 - 100.15
.NET 5100.10 - 100.12
.NET Core 3.1100.7 - 100.12
Xamarin.Android100.6 - 100.15
Xamarin.iOS100.6 - 100.15
UWP100.6 - 100.15
In This Article
Back to top Copyright © 2022 Esri.