C# Class ModernizedAlice.ArtOfWords.BizCommon.DragAdorner

Inheritance: System.Windows.Documents.Adorner
Show file Open project: kienaiProject/ArtOfWords Class Usage Examples

Protected Properties

Property Type Description
XCenter double
YCenter double
_child System.Windows.UIElement

Public Methods

Method Description
DragAdorner ( UIElement owner ) : System
DragAdorner ( UIElement owner, UIElement adornElement, double opacity, Point dragPos ) : System
GetDesiredTransform ( System.Windows.Media.GeneralTransform transform ) : System.Windows.Media.GeneralTransform

Protected Methods

Method Description
ArrangeOverride ( Size finalSize ) : Size
GetVisualChild ( int index ) : Visual
MeasureOverride ( Size finalSize ) : Size

Private Methods

Method Description
UpdatePosition ( ) : void

Method Details

ArrangeOverride() protected method

protected ArrangeOverride ( Size finalSize ) : Size
finalSize System.Windows.Size
return System.Windows.Size

DragAdorner() public method

public DragAdorner ( UIElement owner ) : System
owner System.Windows.UIElement
return System

DragAdorner() public method

public DragAdorner ( UIElement owner, UIElement adornElement, double opacity, Point dragPos ) : System
owner System.Windows.UIElement
adornElement System.Windows.UIElement
opacity double
dragPos Point
return System

GetDesiredTransform() public method

public GetDesiredTransform ( System.Windows.Media.GeneralTransform transform ) : System.Windows.Media.GeneralTransform
transform System.Windows.Media.GeneralTransform
return System.Windows.Media.GeneralTransform

GetVisualChild() protected method

protected GetVisualChild ( int index ) : Visual
index int
return Visual

MeasureOverride() protected method

protected MeasureOverride ( Size finalSize ) : Size
finalSize System.Windows.Size
return System.Windows.Size

Property Details

XCenter protected property

protected double XCenter
return double

YCenter protected property

protected double YCenter
return double

_child protected property

protected UIElement,System.Windows _child
return System.Windows.UIElement