Class MaterialFillSymbolLayer
A fill used to render 3D volumetric meshes. It can also render the surfaces of 2D polygon geometries in a scene view.
Implements
System.ComponentModel.INotifyPropertyChanged
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
| Target | Versions |
|---|---|
| .NET Standard 2.0 | 200.5 - 200.8 |
| .NET | 200.5 - 200.8 |
| .NET Windows | 200.5 - 200.8 |
| .NET Android | 200.5 - 200.8 |
| .NET iOS | 200.5 - 200.8 |
| .NET Framework | 200.5 - 200.8 |
| UWP | 200.5 - 200.8 |