Inheritance
System.Object
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
Type |
Name |
Description |
Path |
clipPath |
|
Clip |
clipBehavior |
|
System.Nullable<System.Single> |
elevation |
|
Color |
color |
|
Color |
shadowColor |
|
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
Type |
Description |
System.Single |
|
Declaration
public Color shadowColor { get; set; }
Property Value
Methods
Declaration
public override void debugFillProperties(DiagnosticPropertiesBuilder properties)
Parameters
Overrides