Show / Hide Table of Contents

Class FillSymbolLayer

A base class for fill symbol layers.

Inheritance
Object
SymbolLayer
FillSymbolLayer
HatchFillSymbolLayer
PictureFillSymbolLayer
SolidFillSymbolLayer
Implements
INotifyPropertyChanged
SymbolLayer.IsColorLocked
SymbolLayer.IsEnabled
SymbolLayer.PropertyChanged
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 abstract class FillSymbolLayer : SymbolLayer, INotifyPropertyChanged
Remarks

Fill symbol layers are components of symbols that cover areal geometries. They are most often used in polygon symbols.

ArcGIS Runtime includes the following types of fill symbol layers:

  • SolidFillSymbolLayer - fills polygonal geometry with a single solid color (that may have a level of transparency applied).
  • PictureFillSymbolLayer - uses an image file (specified using a URI or image data) to define the fill.
  • HatchFillSymbolLayer - defines a pattern of uniform parallel lines.

Applies to

TargetVersions
.NET Standard 2.0100.5 - 100.14
.NET 6.0100.13 - 100.14
.NET 6.0 Windows100.13 - 100.14
.NET Framework100.5 - 100.14
.NET 5100.10 - 100.12
.NET Core 3.1100.7 - 100.12
Xamarin.Android100.5 - 100.14
Xamarin.iOS100.5 - 100.14
UWP100.5 - 100.14
In This Article
Back to top Copyright © 2021 Esri.