Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Drawing Namespace / GeometryDrawing Class / ThreeDRotation Property


In This Topic
    ThreeDRotation Property (GeometryDrawing)
    In This Topic
    Gets or sets a GrapeCity.Spreadsheet.Drawing.Rotation object that contains 3D-effect formatting properties for the specified geometry.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property ThreeDRotation As Rotation
    'Usage
     
    
    Dim instance As GeometryDrawing
    Dim value As Rotation
     
    value = instance.ThreeDRotation
    public Rotation ThreeDRotation {get;}
    See Also