Gets or sets the thickness of this SimpleNote.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property Thickness As System.Double |
C# | |
---|
System.double Thickness {get; set;} |
JavaScript | |
---|
Thickness : System.double |
)
< A href="GettingStarted-draftsightapi.html">HRESULT set_Thickness(
DOUBLE
Val
)
C++ | |
---|
property System.double Thickness { double* Val
)
DSRESULTput_Thickness(
double Val
} |
Property Value
Thickness; 0 for no thickness, a positive value extrudes upward, a negative value extrudes downward (see
Remarks)