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; }
Public Overrides ReadOnly Property LineFormat As ILineFormat
Get
public:
virtual property ILineFormat^ LineFormat {
ILineFormat^ get () override;
}
abstract LineFormat : ILineFormat with get
override LineFormat : ILineFormat with get
Property Value
Type:
ILineFormatImplements
IShapeLineFormatIShapeLineFormatSee Also