Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Drawing Namespace / GeometryDrawing Class / Extrusion3D Property


In This Topic
    Extrusion3D Property
    In This Topic
    Gets a value indicating whether the use of 3D extrusions are possible on this path.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Extrusion3D As Boolean
    'Usage
     
    
    Dim instance As GeometryDrawing
    Dim value As Boolean
     
    value = instance.Extrusion3D
    public bool Extrusion3D {get;}

    Property Value

    true if the use of 3D extrusions are possible on this path; otherwise, false.
    See Also