mirror of
https://gitee.com/akwkevin/aistudio.-wpf.-diagram
synced 2026-04-09 02:36:35 +08:00
7 lines
111 B
C#
7 lines
111 B
C#
|
|
namespace LiveChartsCore
|
||
|
|
{
|
||
|
|
public interface IBezierData
|
||
|
|
{
|
||
|
|
BezierData Data { get; set; }
|
||
|
|
}
|
||
|
|
}
|