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


In This Topic
    ContourColor Property
    In This Topic
    Gets the contour color for a IThreeDFormat> object.
    Syntax
    'Declaration
     
    ReadOnly Property ContourColor As SchemeColor
    'Usage
     
    Dim instance As IThreeDFormat
    Dim value As SchemeColor
     
    value = instance.ContourColor
    SchemeColor ContourColor {get;}
    Remarks
    This setting doesn’t work with Spread.NET WinForms.
    See Also