Gets or sets a width factor (width scale) defined by this
CADStyle.
Namespace:
CADImport
Assembly: CADImport (in CADImport.dll)
Syntax
Visual Basic (Declaration) |
Public Property WidthFactor() As Single |
C#
|
public float WidthFactor {get; set;} |
Property Value
More than one if text letters are stretched; less than one and more than zero if the
text letters are squeezed. A modified width is equal to the previous width multiplied by a width factor.
Platforms
Version Information
.NET Framework
Supported in: 2.0 - 4, NET6
.NET Framework Client Profile
Supported in: 4, 3.5 SP1
See Also