Spacing Property (ISimpleNote) Send Feedback
See Also 
Gets or sets the aspect ratio (the width of the characters in relation to the height) of the SimpleNote.

Syntax

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

Property Value

Aspect ratio

See Also

Availability

DraftSight V1R1.1