Width Property (INote) Send Feedback
See Also 
Gets or sets the width of the Note.

Syntax

Visual Basic 
Property Width As System.Double
C# 
System.double Width {get; set;}
JavaScript 
get_Width () : Number
put_Width (
   NewVal : Number
)
COM native C++ 
HRESULT get_Width(
   DOUBLE* Val
) 
HRESULT put_Width( 
   DOUBLE NewVal
C++ 
DSRESULT get_Width (
   double* Val
)
DSRESULT put_Width(
   double NewVal
)

Property Value

Width of the Note

See Also

Availability

DraftSight V1R1.1