C# Класс Boogaart.Silverlight.Behaviors.Popup

Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
ActualOrientationProperty System.Windows.DependencyProperty
PlacementChildProperty System.Windows.DependencyProperty
PlacementParentProperty System.Windows.DependencyProperty
PlacementTargetProperty System.Windows.DependencyProperty
PreferredOrientationsProperty System.Windows.DependencyProperty
StaysOpenProperty System.Windows.DependencyProperty

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

Метод Описание
GetActualOrientation ( System.Windows.Controls.Primitives popup ) : PopupOrientation
GetPlacementChild ( System.Windows.Controls.Primitives popup ) : FrameworkElement
GetPlacementParent ( System.Windows.Controls.Primitives popup ) : FrameworkElement
GetPlacementTarget ( System.Windows.Controls.Primitives popup ) : FrameworkElement
GetPreferredOrientations ( System.Windows.Controls.Primitives popup ) : PopupOrientationCollection
GetStaysOpen ( System.Windows.Controls.Primitives popup ) : bool
SetActualOrientation ( System.Windows.Controls.Primitives popup, PopupOrientation orientation ) : void
SetPlacementChild ( System.Windows.Controls.Primitives popup, FrameworkElement placementChild ) : void
SetPlacementParent ( System.Windows.Controls.Primitives popup, FrameworkElement placementParent ) : void
SetPlacementTarget ( System.Windows.Controls.Primitives popup, FrameworkElement placementTarget ) : void
SetPreferredOrientations ( System.Windows.Controls.Primitives popup, PopupOrientationCollection orientations ) : void
SetStaysOpen ( System.Windows.Controls.Primitives popup, bool staysOpen ) : void

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

Метод Описание
FindHighestAncestor ( System.Windows.Controls.Primitives popup ) : FrameworkElement
GetHorizontalAlignmentsInOrderOfPreference ( PopupHorizontalAlignment preferredHorizontalAlignment ) : IEnumerable
GetPlacementModesInOrderOfPreference ( PopupPlacement preferredPlacementMode ) : IEnumerable
GetPopup ( DependencyObject dependencyObject ) : System.Windows.Controls.Primitives.Popup
GetVerticalAlignmentsInOrderOfPreference ( PopupVerticalAlignment preferredVerticalAlignment ) : IEnumerable
InvalidatePosition ( System.Windows.Controls.Primitives popup ) : void
OnChildSizeChanged ( object sender, System.Windows.SizeChangedEventArgs e ) : void
OnInvalidateOrientation ( DependencyObject dependencyObject, System.Windows.DependencyPropertyChangedEventArgs e ) : void
OnPlacementTargetChanged ( DependencyObject dependencyObject, System.Windows.DependencyPropertyChangedEventArgs e ) : void
OnPopupOpened ( object sender, EventArgs e ) : void
OnStaysOpenChanged ( DependencyObject dependencyObject, System.Windows.DependencyPropertyChangedEventArgs e ) : void
PositionPopup ( System.Windows.Controls.Primitives popup ) : void
SetPopup ( DependencyObject dependencyObject, System.Windows.Controls.Primitives popup ) : void
TryPlacePopup ( System.Windows.Controls.Primitives popup, FrameworkElement parent, FrameworkElement placementParent, FrameworkElement placementChild, PopupOrientation orientation ) : bool

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

GetActualOrientation() публичный статический Метод

public static GetActualOrientation ( System.Windows.Controls.Primitives popup ) : PopupOrientation
popup System.Windows.Controls.Primitives
Результат PopupOrientation

GetPlacementChild() публичный статический Метод

public static GetPlacementChild ( System.Windows.Controls.Primitives popup ) : FrameworkElement
popup System.Windows.Controls.Primitives
Результат System.Windows.FrameworkElement

GetPlacementParent() публичный статический Метод

public static GetPlacementParent ( System.Windows.Controls.Primitives popup ) : FrameworkElement
popup System.Windows.Controls.Primitives
Результат System.Windows.FrameworkElement

GetPlacementTarget() публичный статический Метод

public static GetPlacementTarget ( System.Windows.Controls.Primitives popup ) : FrameworkElement
popup System.Windows.Controls.Primitives
Результат System.Windows.FrameworkElement

GetPreferredOrientations() публичный статический Метод

public static GetPreferredOrientations ( System.Windows.Controls.Primitives popup ) : PopupOrientationCollection
popup System.Windows.Controls.Primitives
Результат PopupOrientationCollection

GetStaysOpen() публичный статический Метод

public static GetStaysOpen ( System.Windows.Controls.Primitives popup ) : bool
popup System.Windows.Controls.Primitives
Результат bool

SetActualOrientation() публичный статический Метод

public static SetActualOrientation ( System.Windows.Controls.Primitives popup, PopupOrientation orientation ) : void
popup System.Windows.Controls.Primitives
orientation PopupOrientation
Результат void

SetPlacementChild() публичный статический Метод

public static SetPlacementChild ( System.Windows.Controls.Primitives popup, FrameworkElement placementChild ) : void
popup System.Windows.Controls.Primitives
placementChild System.Windows.FrameworkElement
Результат void

SetPlacementParent() публичный статический Метод

public static SetPlacementParent ( System.Windows.Controls.Primitives popup, FrameworkElement placementParent ) : void
popup System.Windows.Controls.Primitives
placementParent System.Windows.FrameworkElement
Результат void

SetPlacementTarget() публичный статический Метод

public static SetPlacementTarget ( System.Windows.Controls.Primitives popup, FrameworkElement placementTarget ) : void
popup System.Windows.Controls.Primitives
placementTarget System.Windows.FrameworkElement
Результат void

SetPreferredOrientations() публичный статический Метод

public static SetPreferredOrientations ( System.Windows.Controls.Primitives popup, PopupOrientationCollection orientations ) : void
popup System.Windows.Controls.Primitives
orientations PopupOrientationCollection
Результат void

SetStaysOpen() публичный статический Метод

public static SetStaysOpen ( System.Windows.Controls.Primitives popup, bool staysOpen ) : void
popup System.Windows.Controls.Primitives
staysOpen bool
Результат void

Описание свойств

ActualOrientationProperty публичное статическое свойство

public static DependencyProperty,System.Windows ActualOrientationProperty
Результат System.Windows.DependencyProperty

PlacementChildProperty публичное статическое свойство

public static DependencyProperty,System.Windows PlacementChildProperty
Результат System.Windows.DependencyProperty

PlacementParentProperty публичное статическое свойство

public static DependencyProperty,System.Windows PlacementParentProperty
Результат System.Windows.DependencyProperty

PlacementTargetProperty публичное статическое свойство

public static DependencyProperty,System.Windows PlacementTargetProperty
Результат System.Windows.DependencyProperty

PreferredOrientationsProperty публичное статическое свойство

public static DependencyProperty,System.Windows PreferredOrientationsProperty
Результат System.Windows.DependencyProperty

StaysOpenProperty публичное статическое свойство

public static DependencyProperty,System.Windows StaysOpenProperty
Результат System.Windows.DependencyProperty