C# Class Fluent.BackstageAdorner

Represents adorner for Backstage
Inheritance: System.Windows.Documents.Adorner
显示文件 Open project: Gainedge/BetterExplorer Class Usage Examples

Public Methods

Method Description
BackstageAdorner ( FrameworkElement adornedElement, UIElement backstage, double topOffset ) : System

Constructor

Clear ( ) : void

Protected Methods

Method 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

Method Description
CompositionTargetRendering ( object sender, System e ) : void
OnLoaded ( object sender, RoutedEventArgs e ) : void
OnUnloaded ( object sender, RoutedEventArgs e ) : void

Method Details

ArrangeOverride() protected method

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
return System.Windows.Size

BackstageAdorner() public method

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
return System

Clear() public method

public Clear ( ) : void
return void

GetVisualChild() protected method

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
return Visual

MeasureOverride() protected method

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