Show / Hide Table of Contents

Class CompositeSymbol

Defines a set of symbols that make up a single symbol.

Inheritance
System.Object
Symbol
CompositeSymbol
Implements
System.ComponentModel.INotifyPropertyChanged
Symbol.PropertyChanged
Symbol.FromJson(String)
Symbol.ToJson()
Symbol.Clone()
Symbol.CreateSwatchAsync(Double)
Symbol.CreateSwatchAsync(Color, Double)
Symbol.CreateSwatchAsync(Int32, Int32, Single, Color, Geometry)
Symbol.CreateSwatchAsync(Int32, Int32, Double, Color)
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Esri.ArcGISRuntime.Symbology
Assembly: Esri.ArcGISRuntime.dll
Syntax
public sealed class CompositeSymbol : Symbol, INotifyPropertyChanged

Constructors

Name Description
CompositeSymbol()

Initializes a new instance of the CompositeSymbol class.

CompositeSymbol(IEnumerable<Symbol>)

Initializes a new instance of the CompositeSymbol class using a collection of symbols.

Properties

Name Description
Symbols

Gets the symbols contained in the composite symbol.

Applies to

TargetVersions
.NET Standard 2.0100.3 - 200.7
.NET100.13 - 200.7
.NET Windows100.13 - 200.7
.NET Android200.0 - 200.7
.NET iOS200.0 - 200.7
.NET Framework100.0 - 200.7
Xamarin.Android100.0 - 100.15
Xamarin.iOS100.0 - 100.15
UWP100.0 - 200.7

Relevant samples

Offline routing: Solve a route on-the-fly using offline data.
Route around barriers: Find a route that reaches all stops without crossing any barriers.
In This Article
Back to top Copyright © 2022 Esri.