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