line_format property

line_format 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.

Definition:

@property
def line_format(self):
    ...

See Also