Click or drag to resize

IShape Line Property

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; }

Property Value

Type: TextLineFormat
See Also