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.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.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
Target | Versions |
---|---|
.NET Standard 2.0 | 200.5 |
.NET | 200.5 |
.NET Windows | 200.5 |
.NET Android | 200.5 |
.NET iOS | 200.5 |
.NET Framework | 200.5 |
UWP | 200.5 |