C# Class ParallelCoordinatesDemo.Charts.DragAdorner

Inheritance: System.Windows.Documents.Adorner
Mostra file Open project: pwlodek/CodeGallery Class Usage Examples

Protected Properties

Property Type Description
m_Child System.Windows.UIElement
m_Owner System.Windows.UIElement
m_VisualBrush System.Windows.Media.VisualBrush
m_XCenter double
m_YCenter double

Public Methods

Method Description
DragAdorner ( UIElement owner, UIElement adornElement, bool useVisualBrush, double opacity ) : System.Diagnostics
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, UIElement adornElement, bool useVisualBrush, double opacity ) : System.Diagnostics
owner System.Windows.UIElement
adornElement System.Windows.UIElement
useVisualBrush bool
opacity double
return System.Diagnostics

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

m_Child protected_oe property

protected UIElement,System.Windows m_Child
return System.Windows.UIElement

m_Owner protected_oe property

protected UIElement,System.Windows m_Owner
return System.Windows.UIElement

m_VisualBrush protected_oe property

protected VisualBrush,System.Windows.Media m_VisualBrush
return System.Windows.Media.VisualBrush

m_XCenter protected_oe property

protected double m_XCenter
return double

m_YCenter protected_oe property

protected double m_YCenter
return double