ReshapingBaseTool

StockSharp.Xaml.Diagram.GXDiagram.Tool

The ReshapingBaseTool abstract class is used to interactively change the shape of a Part.

Inherits: DiagramTool

Properties

AdornedElement
protected FrameworkElement AdornedElement { get; set; }
value = reshapingBaseTool.AdornedElement
reshapingBaseTool.AdornedElement = value

Gets or sets the current FrameworkElement that is being reshaped.

Handle
protected FrameworkElement Handle { get; set; }
value = reshapingBaseTool.Handle
reshapingBaseTool.Handle = value

Gets or sets the current reshape handle that is being dragged.

Methods

GetReshapeBehavior
public static ReshapeBehavior GetReshapeBehavior(DependencyObject d)
result = ReshapingBaseTool.GetReshapeBehavior(d)

Gets the value of the ReshapeBehavior attached dependency property.

SetReshapeBehavior
public static void SetReshapeBehavior(DependencyObject d, ReshapeBehavior v)
ReshapingBaseTool.SetReshapeBehavior(d, v)

Sets the value of the ReshapeBehavior attached dependency property.

Fields

ReshapeBehaviorProperty
public static readonly DependencyProperty ReshapeBehaviorProperty
value = ReshapingBaseTool.ReshapeBehaviorProperty

Identifies the ReshapeBehavior attached dependency property.