Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Drawing Namespace / ImageDrawing Class / Extrusion3D Property


In This Topic
    Extrusion3D Property (ImageDrawing)
    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 ImageDrawing
    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