CapType

LineFormat.CapType property

Especifica las mayúsculas finales.

public LineCapType CapType { get; set; }

Ejemplos


[C#]
lineFmt.CapType = LineCapType.Flat;

Ver también