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