Returns the LineFormat object that contains line formatting properties for a shape.
Note: can return null for certain types of shapes which 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)
Syntaxpublic virtual ILineFormat LineFormat { get; }
Public Overridable ReadOnly Property LineFormat As ILineFormat
Get
public:
virtual property ILineFormat^ LineFormat {
ILineFormat^ get ();
}
abstract LineFormat : ILineFormat with get
override LineFormat : ILineFormat with get
Property Value
Type:
ILineFormatImplements
IShapeLineFormat
See Also