CompoundType

LineFormat.CompoundType property

Gibt den Verbundtyp der Linie an.

public MsoLineStyle CompoundType { get; set; }

Beispiele


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

Siehe auch