Show / Hide Table of Contents

Class SimpleFillSymbol

Creates a simple fill symbol object with default values.

Inheritance
System.Object
Symbol
FillSymbol
SimpleFillSymbol
Implements
System.ComponentModel.INotifyPropertyChanged
FillSymbol.Color
FillSymbol.Outline
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.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)
System.Object.ToString()
Namespace: Esri.ArcGISRuntime.Symbology
Assembly: Esri.ArcGISRuntime.dll
Syntax
public class SimpleFillSymbol : FillSymbol, INotifyPropertyChanged
Remarks

The default values are:

  • Style - Solid
  • Color - gray
  • Outline - null

This is useful if the properties of the symbol are only known after the application is running.

Constructors

Name Description
SimpleFillSymbol()

Initializes a new instance of the SimpleFillSymbol class.

SimpleFillSymbol(SimpleFillSymbolStyle, Color, LineSymbol)

Initializes a new instance of the SimpleFillSymbol class.

Properties

Name Description
Style

Gets or sets the Fill symbol style

Methods

Name Description
ToMultilayerSymbol()

Converts a SimpleFillSymbol to a MultilayerPolygonSymbol.

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

Find service area: Find the service area within a network from a given point.
Find service areas for multiple facilities: Find the service areas of several facilities from a feature service.
Sketch on map: Use the Sketch Editor to edit or sketch a new point, line, or polygon geometry on to a map.
In This Article
Back to top Copyright © 2022 Esri.