Gets or sets the scale factor for the curved text's 
LineStyle.  
             
            
.NET Syntax
| Visual Basic (Declaration) |  | 
|---|
| Property LineScale As System.Double | 
| C# |  | 
|---|
| System.double LineScale {get; set;} | 
| JavaScript |  | 
|---|
| get_LineScale () : Number
put_LineScale (
   NewVal : Number
)
 | 
| COM native C++ |  | 
|---|
| HRESULT get_LineScale(
   DOUBLE* Val
) 
HRESULT put_LineScale( 
   DOUBLE NewVal | 
| C++ |  | 
|---|
| DSRESULT get_LineScale (
   double* Val
)
DSRESULT put_LineScale(
   double NewVal
) | 
Property Value
Scale factor for this curved text's LineStyle
See Also
 
            Availability
DraftSight 2018 SP2