C# Class TouchSamples.Controls.Adorners.SizeAdorner

Inheritance: System.Windows.Documents.Adorner
Exibir arquivo Open project: pwlodek/CodeGallery Class Usage Examples

Public Methods

Method Description
SizeAdorner ( UIElement adornedControl ) : System.Windows

Protected Methods

Method Description
ArrangeOverride ( Size arrangeBounds ) : Size
GetVisualChild ( int index ) : Visual

Method Details

ArrangeOverride() protected method

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

GetVisualChild() protected method

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

SizeAdorner() public method

public SizeAdorner ( UIElement adornedControl ) : System.Windows
adornedControl System.Windows.UIElement
return System.Windows