SkewY Property (Reflection)
In This Topic
Gets or sets the vertical skew angle of the reflection.
Allowed values are from -89.9 to 89.9, inclusive.
The default is 0.
Syntax
'Declaration
Public Property SkewY As System.Single
public System.float SkewY {get; set;}
See Also