C# Class VerticalTabControlLib.AdornerBase

Inheritance: System.Windows.Documents.Adorner, IDisposable
Exibir arquivo Open project: nk9k/ExcelVerticalTab

Private Properties

Property Type Description

Public Methods

Method Description
Dispose ( ) : void

Protected Methods

Method Description
AdornerBase ( UIElement adornedElement, UIElement core ) : System
ArrangeOverride ( Size finalSize ) : Size
Dispose ( bool disposing ) : void
GetVisualChild ( int index ) : Visual
MeasureOverride ( Size constraint ) : Size

Method Details

AdornerBase() protected method

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

ArrangeOverride() protected method

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

Dispose() public method

public Dispose ( ) : void
return void

Dispose() protected method

protected Dispose ( bool disposing ) : void
disposing bool
return void

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