Spread Windows Forms 18
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / IThreeDFormat Interface / ContourWidth Property


In This Topic
    ContourWidth Property
    In This Topic
    Gets or sets the contour width for a IThreeDFormat> object.
    Syntax
    'Declaration
     
    
    Property ContourWidth As Double
    'Usage
     
    
    Dim instance As IThreeDFormat
    Dim value As Double
     
    instance.ContourWidth = value
     
    value = instance.ContourWidth
    double ContourWidth {get; set;}
    Remarks
    This setting doesn’t work with Spread.NET WinForms.
    See Also