You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

16 lines
357 B

namespace YiYan127.WPF.Arrows
{
using System.Windows;
using System.Windows.Input;
using System.Windows.Media;
/// <summary>
/// 可调整的贝塞尔曲线
/// </summary>
public class AdjustableArrowBezierCurve : ArrowBezierCurve
{
#region Fields
/// <summary>
/// 是否显示控制的依赖属性