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


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