WidthFactor Property (ITextFormat)
Stretches the text by the specified factor.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property WidthFactor As System.Double |
Visual Basic (Usage) | |
---|
Dim instance As ITextFormat
Dim value As System.Double
instance.WidthFactor = value
value = instance.WidthFactor |
C# | |
---|
System.double WidthFactor {get; set;} |
C++/CLI | |
---|
property System.double WidthFactor {
System.double get();
void set ( & System.double value);
} |
Property Value
Stretch factor
Example
See Also