IChartModifierSurface

StockSharp.Xaml.Charting.Visuals

ベースインターフェイスをChartModifierBaseインスタンスと相互作用するキャンバスに定義します

実装: IHitTestable

プロパティ

Children
public ObservableCollection<UIElement> Children { get; }
value = iChartModifierSurface.Children

キャンバスに描かれたUIElementの子供コレクションを入手

ClipToBounds
public bool ClipToBounds { get; set; }
value = iChartModifierSurface.ClipToBounds
iChartModifierSurface.ClipToBounds = value

UIElementsがModifierSurfaceに追加されたかどうかを取得またはセットする

メソッド

CaptureMouse
public bool CaptureMouse()
result = iChartModifierSurface.CaptureMouse()

IChartModifierSurface キャンバスにマウスをキャプチャ

Clear
public void Clear()
iChartModifierSurface.Clear()

IChartModifierSurface@ から全ての子供をクリア

ReleaseMouseCapture
public void ReleaseMouseCapture()
iChartModifierSurface.ReleaseMouseCapture()

IChartModifierSurfaceキャンバスにマウスキャプチャを解放