Inheritance
PhysicalModelLayer
public class PhysicalModelLayer : ContainerLayer
Constructors
Declaration
public PhysicalModelLayer(Path clipPath = null, Clip clipBehavior = Clip.none, float? elevation = default(float? ), Color color = null, Color shadowColor = null)
Parameters
Properties
Declaration
public Clip clipBehavior { get; set; }
Property Value
Declaration
public Path clipPath { get; set; }
Property Value
Declaration
public Color color { get; set; }
Property Value
Declaration
public float elevation { get; set; }
Property Value
Declaration
public Color shadowColor { get; set; }
Property Value
Methods
Declaration
public override void debugFillProperties(DiagnosticPropertiesBuilder properties)
Parameters
Overrides