dash_style property

dash_style property

Specifies the line dash type.

Example

from aspose.cells.drawing import MsoLineDashStyle

lineFmt.dash_style = MsoLineDashStyle.SOLID

Definition:

@property
def dash_style(self):
    ...
@dash_style.setter
def dash_style(self, value):
    ...

See Also