Spread WPF 18
GrapeCity.Spreadsheet.Drawing Namespace / IThreeDFormat Interface / Depth Property


In This Topic
    Depth Property
    In This Topic
    Gets or sets a value that represents the depth of the shape's extrusion.
    Syntax
    'Declaration
     
    Property Depth As Double
    'Usage
     
    Dim instance As IThreeDFormat
    Dim value As Double
     
    instance.Depth = value
     
    value = instance.Depth
    double Depth {get; set;}
    Remarks
    This setting doesn’t work with Spread.NET WinForms.
    See Also