LineFormat.CompoundType

LineFormat.CompoundType property

Specifies the line compound type.

public MsoLineStyle CompoundType { get; set; }

Examples


[C#]
lineFmt.CompoundType = MsoLineStyle.Single;

See Also