LineLength Property (ITextFormat)
Gets or sets the text line length in meters.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property LineLength As Double |
Visual Basic (Usage) | |
---|
Dim instance As ITextFormat
Dim value As Double
instance.LineLength = value
value = instance.LineLength
|
C# | |
---|
double LineLength {get; set;} |
C++/CLI | |
---|
property double LineLength {
double get();
void set (double value);
} |
Return Value
Line length
Example
See Also