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


In This Topic
    ExtrusionColor Property
    In This Topic
    Gets a GrapeCity.Core.SchemeColor object that represents the color of the shape's extrusion.
    Syntax
    'Declaration
     
    ReadOnly Property ExtrusionColor As SchemeColor
    'Usage
     
    Dim instance As IThreeDFormat
    Dim value As SchemeColor
     
    value = instance.ExtrusionColor
    SchemeColor ExtrusionColor {get;}
    Remarks
    This setting doesn’t work with Spread.NET WinForms.
    See Also