PerspectiveAngle Property
In This Topic
Gets or sets the angle, in degrees, to which the planar
PathGeometry curve is turned around the x-axis and thus forms a three-dimensional curve. This is an attached dependency property.
Syntax
'Declaration
Public Property PerspectiveAngle As Double
public double PerspectiveAngle {get; set;}
See Also