HelixToolkit.Wpf.MeshElement3D.OnFillChanged C# (CSharp) Method

OnFillChanged() protected method

The on fill changed.
protected OnFillChanged ( ) : void
return void
        protected virtual void OnFillChanged()
        {
            this.Material = MaterialHelper.CreateMaterial(this.Fill);
            this.BackMaterial = this.Material;
        }