Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / IGroupShape Interface / ThreeD Property


In This Topic
    ThreeD Property (IGroupShape)
    In This Topic
    Gets a IThreeDFormat object that contains 3D-effect formatting properties for the specified shape.
    Syntax
    'Declaration
     
    
    ReadOnly Property ThreeD As IThreeDFormat
    'Usage
     
    
    Dim instance As IGroupShape
    Dim value As IThreeDFormat
     
    value = instance.ThreeD
    IThreeDFormat ThreeD {get;}
    See Also