8 lines
148 B
C#
8 lines
148 B
C#
namespace Pilz.UI.WinForms.PaintingControl;
|
|
|
|
public abstract class LineCapProps
|
|
{
|
|
|
|
internal abstract LineCapConfigurationArgs Configure();
|
|
|
|
} |