Show / Hide Table of Contents

Class SimpleFillSymbol

A basic color or pattern used to fill polygon features on a map. Use the Color, Outline, and Style Properties to modify its appearance.

Inheritance
Object
Symbol
FillSymbol
SimpleFillSymbol
Implements
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)
Object.Equals(Object)
Object.Equals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Object.ReferenceEquals(Object, Object)
Object.ToString()
Namespace: Esri.ArcGISRuntime.Symbology
Assembly: Esri.ArcGISRuntime.dll
Syntax
public class SimpleFillSymbol : FillSymbol, INotifyPropertyChanged

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 - 100.14
.NET 6.0100.13 - 100.14
.NET 6.0 Windows100.13 - 100.14
.NET Framework100.0 - 100.14
.NET 5100.10 - 100.12
.NET Core 3.1100.7 - 100.12
Xamarin.Android100.0 - 100.14
Xamarin.iOS100.0 - 100.14
UWP100.0 - 100.14

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 © 2021 Esri.