C# Class VerticalTabControlLib.AdornerBase

Inheritance: System.Windows.Documents.Adorner, IDisposable
Afficher le fichier Open project: nk9k/ExcelVerticalTab

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
Dispose ( ) : void

Méthodes protégées

Méthode 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 méthode

protected AdornerBase ( UIElement adornedElement, UIElement core ) : System
adornedElement System.Windows.UIElement
core System.Windows.UIElement
Résultat System

ArrangeOverride() protected méthode

protected ArrangeOverride ( Size finalSize ) : Size
finalSize System.Windows.Size
Résultat System.Windows.Size

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Dispose() protected méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

GetVisualChild() protected méthode

protected GetVisualChild ( int index ) : Visual
index int
Résultat Visual

MeasureOverride() protected méthode

protected MeasureOverride ( Size constraint ) : Size
constraint System.Windows.Size
Résultat System.Windows.Size