Show / Hide Table of Contents

Class MaterialFillSymbolLayer

A fill used to render 3D volumetric meshes. It can also render the surfaces of 2D polygon geometries in a scene view.

Inheritance
object
SymbolLayer
FillSymbolLayer
MaterialFillSymbolLayer
Implements
INotifyPropertyChanged
SymbolLayer.IsColorLocked
SymbolLayer.IsEnabled
SymbolLayer.PropertyChanged
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Esri.ArcGISRuntime.Symbology
Assembly: Esri.ArcGISRuntime.dll
Syntax
public sealed class MaterialFillSymbolLayer : FillSymbolLayer, INotifyPropertyChanged
Remarks

A MaterialFillSymbolLayer is a symbol layer used to shade a geometry with a material that defines a color by blending the color property with the geometry's color/texture information based on the selected ColorMixMode.

Constructors

Name Description
MaterialFillSymbolLayer()

Initializes a new instance of the MaterialFillSymbolLayer class.

MaterialFillSymbolLayer(Color)

Initializes a new instance of the MaterialFillSymbolLayer class with a given color.

Properties

Name Description
Color

Gets or sets the color used in the symbol layer's material fill.

ColorMixMode

Gets or sets a value that specifies how the material color is applied to the geometry's color/texture.

Edges

Gets or sets the contour edges. Currently only applies to MultilayerMeshSymbol.

Applies to

TargetVersions
.NET Standard 2.0200.5 - 200.8
.NET200.5 - 300.0
.NET Windows200.5 - 300.0
.NET Android200.5 - 300.0
.NET iOS200.5 - 300.0
.NET Framework200.5 - 200.8
UWP200.5 - 200.8
In this article
Provide feedback
Back to top Copyright © 2025 Esri.