ShapeThreeD
ContourWidth Property
|
Gets or sets the width of a 3D contour.
Read/write
Double
.
Namespace:
Spire.Presentation
Assembly:
Spire.Presentation (in Spire.Presentation.dll) Version: 10.4.2.0 (10.4.2.6046)
Syntax
public double ContourWidth { get; set; }
Public Property ContourWidth As Double
Get
Set
public:
property double ContourWidth {
double get ();
void set (double value);
}
member ContourWidth : float with get, set
Property Value
Type:
Double
See Also