IChartModifierSurface
StockSharp.Xaml.Charting.Visuals
定义 & #% ChartModifierBase #% 实例与 Canvas 交互的基站界面
实现: IHitTestable
属性
Children
public ObservableCollection<UIElement> Children { get; }
value = iChartModifierSurface.Children
画布上画出UIElement儿童集
ClipToBounds
public bool ClipToBounds { get; set; }
value = iChartModifierSurface.ClipToBounds
iChartModifierSurface.ClipToBounds = value
获取或设定是否添加到 #% ModifierSurface++的 UIElements 是否剪接到边框
方法
CaptureMouse
public bool CaptureMouse()
result = iChartModifierSurface.CaptureMouse()
在 IChartModifierSurface 画布上抓取鼠标
ReleaseMouseCapture
public void ReleaseMouseCapture()
iChartModifierSurface.ReleaseMouseCapture()
释放 IChartModifierSurface 画布上的鼠标捕获