WidthFactor Property (IShape) Send Feedback
See Also 
Gets or sets the width factor, relative to the X scale factor, of the shape.

Syntax

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

Property Value

Width factor, relative to the X scale factor

See Also

Availability

DraftSight V1R4.0