C# Class Instant.Standalone.Adorners.AdornerBase

Inheritance: System.Windows.Documents.Adorner
显示文件 Open project: ermau/Instant

Protected Methods

Method Description
AdornerBase ( UIElement adornedElement ) : System.Windows
ArrangeOverride ( Size finalSize ) : Size
GetVisualChild ( int index ) : Visual
MeasureOverride ( Size constraint ) : Size

Method Details

AdornerBase() protected method

protected AdornerBase ( UIElement adornedElement ) : System.Windows
adornedElement System.Windows.UIElement
return System.Windows

ArrangeOverride() protected method

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

GetVisualChild() protected method

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

MeasureOverride() protected method

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