Gets the LineFormat object that contains line formatting properties for a shape.
Read-only
Line
.
Note: can return null for certain types of shapes which don't have line properties.
Namespace:
Spire.Presentation
Assembly:
Spire.Presentation (in Spire.Presentation.dll) Version: 10.4.2.0 (10.4.2.6046)
Syntax
TextLineFormat Line { get; }
ReadOnly Property Line As TextLineFormat
Get
property TextLineFormat^ Line {
TextLineFormat^ get ();
}
abstract Line : TextLineFormat with get
Property Value
Type:
TextLineFormat
Implements
IShape
Line
See Also