C# Класс Fluent.BackstageAdorner

Represents adorner for Backstage
Наследование: System.Windows.Documents.Adorner
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
BackstageAdorner ( FrameworkElement adornedElement, UIElement backstage, double topOffset ) : System

Constructor

Clear ( ) : void

Защищенные методы

Метод Описание
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

Приватные методы

Метод Описание
CompositionTargetRendering ( object sender, System e ) : void
OnLoaded ( object sender, RoutedEventArgs e ) : void
OnUnloaded ( object sender, RoutedEventArgs e ) : void

Описание методов

ArrangeOverride() защищенный Метод

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
Результат System.Windows.Size

BackstageAdorner() публичный Метод

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
Результат System

Clear() публичный Метод

public Clear ( ) : void
Результат void

GetVisualChild() защищенный Метод

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
Результат Visual

MeasureOverride() защищенный Метод

Measures KeyTips
protected MeasureOverride ( Size constraint ) : Size
constraint System.Windows.Size The available size that this element can give to child elements.
Результат System.Windows.Size