mirror of
https://gitee.com/akwkevin/aistudio.-wpf.-diagram
synced 2026-03-17 23:16:41 +08:00
7 lines
111 B
C#
7 lines
111 B
C#
namespace LiveChartsCore
|
|
{
|
|
public interface IBezierData
|
|
{
|
|
BezierData Data { get; set; }
|
|
}
|
|
} |