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
System.Object
SymbolLayer
FillSymbolLayer
MaterialFillSymbolLayer
Implements
System.ComponentModel.INotifyPropertyChanged
SymbolLayer.IsColorLocked
SymbolLayer.IsEnabled
SymbolLayer.PropertyChanged
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 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.7
.NET200.5 - 200.7
.NET Windows200.5 - 200.7
.NET Android200.5 - 200.7
.NET iOS200.5 - 200.7
.NET Framework200.5 - 200.7
UWP200.5 - 200.7
In This Article
Back to top Copyright © 2022 Esri.