GroupShapeLineFormat Property

Returns the LineFormat object that contains line formatting properties for a shape. Note: Returns null for GroupShape objects because they don't have line properties. Read-only ILineFormat.

Namespace:  Aspose.Slides
Assembly:  Aspose.Slides (in Aspose.Slides.dll) Version: 20.3.0.0 (20.3)
Syntax
public override ILineFormat LineFormat { get; }

Property Value

Type: ILineFormat

Implements

IShapeLineFormat
IShapeLineFormat
See Also