C# Class Fluent.BackstageAdorner

Represents adorner for Backstage
Inheritance: System.Windows.Documents.Adorner
Afficher le fichier Open project: Gainedge/BetterExplorer Class Usage Examples

Méthodes publiques

Méthode Description
BackstageAdorner ( FrameworkElement adornedElement, UIElement backstage, double topOffset ) : System

Constructor

Clear ( ) : void

Méthodes protégées

Méthode Description
ArrangeOverride ( Size finalSize ) : Size

Positions child elements and determines a size for the control

GetVisualChild ( int index ) : Visual

Returns a child at the specified index from a collection of child elements

MeasureOverride ( Size constraint ) : Size

Measures KeyTips

Private Methods

Méthode Description
CompositionTargetRendering ( object sender, System e ) : void
OnLoaded ( object sender, RoutedEventArgs e ) : void
OnUnloaded ( object sender, RoutedEventArgs e ) : void

Method Details

ArrangeOverride() protected méthode

Positions child elements and determines a size for the control
protected ArrangeOverride ( Size finalSize ) : Size
finalSize System.Windows.Size The final area within the parent /// that this element should use to arrange /// itself and its children
Résultat System.Windows.Size

BackstageAdorner() public méthode

Constructor
public BackstageAdorner ( FrameworkElement adornedElement, UIElement backstage, double topOffset ) : System
adornedElement System.Windows.FrameworkElement Adorned element
backstage System.Windows.UIElement Backstage
topOffset double Adorner offset from top of window
Résultat System

Clear() public méthode

public Clear ( ) : void
Résultat void

GetVisualChild() protected méthode

Returns a child at the specified index from a collection of child elements
protected GetVisualChild ( int index ) : Visual
index int The zero-based index of the requested child element in the collection
Résultat Visual

MeasureOverride() protected méthode

Measures KeyTips
protected MeasureOverride ( Size constraint ) : Size
constraint System.Windows.Size The available size that this element can give to child elements.
Résultat System.Windows.Size