CompoundType

LineFormat.CompoundType property

指定线复合类型。

public MsoLineStyle CompoundType { get; set; }

例子


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

也可以看看