Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / IThreeDFormat Interface / RotationY Property


In This Topic
    RotationY Property
    In This Topic
    Gets or sets the rotation of the extruded shape around the y-axis in degrees. Can be a value from -90 through 90. A positive value indicates rotation to the left; a negative value indicates rotation to the right.
    Syntax
    'Declaration
     
    
    Property RotationY As Double
    'Usage
     
    
    Dim instance As IThreeDFormat
    Dim value As Double
     
    instance.RotationY = value
     
    value = instance.RotationY
    double RotationY {get; set;}
    See Also