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


In This Topic
    RotationZ Property
    In This Topic
    Gets or sets the rotation of the extruded shape around the z-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 RotationZ As Double
    'Usage
     
    
    Dim instance As IThreeDFormat
    Dim value As Double
     
    instance.RotationZ = value
     
    value = instance.RotationZ
    double RotationZ {get; set;}
    See Also