FrameworkElement Класс
Определение
Предоставляет набор свойств, событий и методов уровня платформы WPF для элементов Windows Presentation Foundation (WPF).Provides a WPF framework-level set of properties, events, and methods for Windows Presentation Foundation (WPF) elements. Этот класс представляет предоставленную реализацию уровня платформы WPF, созданную на базе API уровня ядра WPF, которые определяются UIElement.This class represents the provided WPF framework-level implementation that is built on the WPF core-level APIs that are defined by UIElement.
public ref class FrameworkElement : System::Windows::UIElement, System::ComponentModel::ISupportInitialize, System::Windows::IFrameworkInputElement, System::Windows::Markup::IQueryAmbient
public ref class FrameworkElement : System::Windows::UIElement, System::ComponentModel::ISupportInitialize, System::Windows::IFrameworkInputElement
[System.Windows.Markup.RuntimeNameProperty("Name")]
[System.Windows.Markup.UsableDuringInitialization(true)]
[System.Windows.Markup.XmlLangProperty("Language")]
[System.Windows.StyleTypedProperty(Property="FocusVisualStyle", StyleTargetType=typeof(System.Windows.Controls.Control))]
public class FrameworkElement : System.Windows.UIElement, System.ComponentModel.ISupportInitialize, System.Windows.IFrameworkInputElement, System.Windows.Markup.IQueryAmbient
[System.Windows.Markup.RuntimeNameProperty("Name")]
[System.Windows.Markup.UsableDuringInitialization(true)]
[System.Windows.Markup.XmlLangProperty("Language")]
[System.Windows.StyleTypedProperty(Property="FocusVisualStyle", StyleTargetType=typeof(System.Windows.Controls.Control))]
public class FrameworkElement : System.Windows.UIElement, System.ComponentModel.ISupportInitialize, System.Windows.IFrameworkInputElement
[<System.Windows.Markup.RuntimeNameProperty("Name")>]
[<System.Windows.Markup.UsableDuringInitialization(true)>]
[<System.Windows.Markup.XmlLangProperty("Language")>]
[<System.Windows.StyleTypedProperty(Property="FocusVisualStyle", StyleTargetType=typeof(System.Windows.Controls.Control))>]
type FrameworkElement = class
inherit UIElement
interface ISupportInitialize
interface IFrameworkInputElement
interface IInputElement
interface IQueryAmbient
[<System.Windows.Markup.RuntimeNameProperty("Name")>]
[<System.Windows.Markup.UsableDuringInitialization(true)>]
[<System.Windows.Markup.XmlLangProperty("Language")>]
[<System.Windows.StyleTypedProperty(Property="FocusVisualStyle", StyleTargetType=typeof(System.Windows.Controls.Control))>]
type FrameworkElement = class
inherit UIElement
interface IFrameworkInputElement
interface IInputElement
interface ISupportInitialize
[<System.Windows.Markup.RuntimeNameProperty("Name")>]
[<System.Windows.Markup.UsableDuringInitialization(true)>]
[<System.Windows.Markup.XmlLangProperty("Language")>]
[<System.Windows.StyleTypedProperty(Property="FocusVisualStyle", StyleTargetType=typeof(System.Windows.Controls.Control))>]
type FrameworkElement = class
inherit UIElement
interface IFrameworkInputElement
interface IInputElement
interface ISupportInitialize
interface IQueryAmbient
Public Class FrameworkElement
Inherits UIElement
Implements IFrameworkInputElement, IQueryAmbient, ISupportInitialize
Public Class FrameworkElement
Inherits UIElement
Implements IFrameworkInputElement, ISupportInitialize
- Наследование
- Производный
- Атрибуты
- Реализации
Комментарии
FrameworkElement — Это точка соединения между классами элементов уровня среды WPF и набором служб представления на уровне ядра WPF UIElement .FrameworkElement is the connecting point between WPF framework-level element classes and the WPF core-level set of UIElement presentation services. Дополнительные сведения об этих понятиях см. в разделе Архитектура WPF.For more information about these concepts, see WPF Architecture.
FrameworkElement расширяет UIElement и добавляет следующие возможности:FrameworkElement extends UIElement and adds the following capabilities:
Определение системы макета: FrameworkElement предоставляет определенные реализации уровня среды WPF для определенных методов, которые были определены как виртуальные элементы в UIElement .Layout system definition: FrameworkElement provides specific WPF framework-level implementations for certain methods that were defined as virtual members in UIElement. В частности, FrameworkElement запечатывает некоторые переопределения макета на уровне ядра WPF и вместо этого предоставляют эквивалент уровня инфраструктуры WPF, который следует переопределить производными классами.Most notably, FrameworkElement seals certain WPF core-level layout overrides, and instead provides a WPF framework-level equivalent that derived classes should override instead. Например, FrameworkElement запечатывает, ArrangeCore но предоставляет ArrangeOverride .For example, FrameworkElement seals ArrangeCore but provides ArrangeOverride. Эти изменения отражены на том, что на уровне платформы WPF имеется полная система макета, которая может визуализировать любой FrameworkElement производный класс.These changes reflect the fact that at the WPF framework-level there is a full layout system in place that can render any FrameworkElement derived class. На уровне ядра WPF некоторые члены, которые будут структурировать общее решение макета на основе WPF, выполняются, но фактическая подсистема макета не определена.At the WPF core level, certain members that will structure a general WPF based layout solution are in place, but the actual engine of the layout system is not defined. Дополнительные сведения см. в разделе Макет.For more information, see Layout.
Логическое дерево: Общая модель программирования WPF часто выражается в виде дерева элементов.The logical tree: The general WPF programming model is often expressed in terms of being a tree of elements. Поддержка представления дерева элементов в виде логического дерева и сопутствующая поддержка определения того, что дерево в разметке Реализовано на FrameworkElement уровне.Support for expressing the tree of elements as a logical tree, and accompanying support for defining that tree in markup is implemented at the FrameworkElement level. Обратите внимание, что FrameworkElement намеренно не определяет модель содержимого и оставляет ответственность за производные классы.Note however that FrameworkElement deliberately does not define a content model, and leaves that responsibility to derived classes. Дополнительные сведения см. в разделе Деревья в WPF.For more information, see Trees in WPF.
События времени жизни объекта: Часто бывает полезно выяснить, когда инициализируется элемент (вызывается конструктор) или когда элемент сначала загружается в логическое дерево.Object lifetime events: It is often useful to know when an element is initialized (the constructor is called) or when the element is first loaded into a logical tree. FrameworkElement определяет несколько событий, связанных с временем существования объекта, которые предоставляют полезные обработчики для операций с кодом программной части, затрагивающих элементы, такие как добавление дополнительных дочерних элементов.FrameworkElement defines several events related to object lifetime that provide useful hooks for code-behind operations that involve elements, such as adding more child elements. Дополнительные сведения см. в разделе события времени жизни объекта.For more information, see Object Lifetime Events.
Поддержка привязки данных и ссылок на динамические ресурсы: Поддержка привязки данных и ресурсов реализуется DependencyProperty классом и внедряется в систему свойств, но возможность разрешить значение элемента, которое хранится в виде Expression (программная конструкция, которая зависит как от привязки данных, так и от динамических ресурсов), реализована в FrameworkElement .Support for data binding and dynamic resource references: The property-level support for data binding and resources is implemented by the DependencyProperty class and embodied in the property system, but the ability to resolve a member value that is stored as an Expression (the programming construct that underlies both data binding and dynamic resources) is implemented by FrameworkElement. Дополнительные сведения см. в разделе Общие сведения о привязке данных и ресурсы XAML.For more information, see Data Binding Overview and XAML Resources.
Стили: FrameworkElement Определяет Style свойство.Styles: FrameworkElement defines the Style property. Однако FrameworkElement еще не определяет поддержку шаблонов или поддерживает декораторы.However, FrameworkElement does not yet define support for templates, or support decorators. Эти функции представлены такими классами элементов управления, как Control и ContentControl .These features are introduced by control classes such as Control and ContentControl.
Дополнительная поддержка анимации: Часть поддержки анимации уже определена на уровне ядра WPF, но FrameworkElement расширяется реализацией BeginStoryboard и связанными элементами.More animation support: Some animation support was already defined at the WPF core level, but FrameworkElement extends this by implementing BeginStoryboard and related members.
Как видно из иерархии классов, многие классы WPF являются производными от FrameworkElement , напрямую или через промежуточные базовые классы, такие как Panel или Control .As can be seen from the class hierarchy, many WPF classes derive from FrameworkElement, either directly or through intermediate base classes such as Panel or Control.
Если предполагается использовать FrameworkElement в качестве базового класса, может потребоваться сначала изучить существующие производные классы.If you intend to use FrameworkElement as a base class, you might want to first examine the existing derived classes. FrameworkElement обеспечивает поддержку ряда основных сценариев, но также не имеет ряда функций, которые желательно использовать для "Element" в смысле стандартного блока, который используется для создания пользовательского интерфейса в XAML (XAML).FrameworkElement provides support for a number of basic scenarios, but also lacks a number of features that are desirable for an "element" in the sense of a building block that you use to create user interface (UI) in Extensible Application Markup Language (XAML). Например, компонент не FrameworkElement определяет ни одну модель содержимого, FrameworkElement так как базовый класс не определяет свойство, которое может создавать дочерние элементы XAML.For instance, a FrameworkElement does not define any true content model; FrameworkElement as a base class does not define a property that can create XAML child elements. В частности, может потребоваться просмотреть Control и ContentControl .In particular, you might want to look at Control and ContentControl.
Конструкторы
FrameworkElement() |
Инициализирует новый экземпляр класса FrameworkElement.Initializes a new instance of the FrameworkElement class. |
Поля
ActualHeightProperty |
Идентифицирует свойство зависимостей ActualHeight.Identifies the ActualHeight dependency property. |
ActualWidthProperty |
Идентифицирует свойство зависимостей ActualWidth.Identifies the ActualWidth dependency property. |
BindingGroupProperty |
Идентифицирует свойство зависимостей BindingGroup.Identifies the BindingGroup dependency property. |
ContextMenuClosingEvent |
Идентифицирует направленное событие ContextMenuClosing.Identifies the ContextMenuClosing routed event. |
ContextMenuOpeningEvent |
Идентифицирует направленное событие ContextMenuOpening.Identifies the ContextMenuOpening routed event. |
ContextMenuProperty |
Идентифицирует свойство зависимостей ContextMenu.Identifies the ContextMenu dependency property. |
CursorProperty |
Идентифицирует свойство зависимостей Cursor.Identifies the Cursor dependency property. |
DataContextProperty |
Идентифицирует свойство зависимостей DataContext.Identifies the DataContext dependency property. |
DefaultStyleKeyProperty |
Идентифицирует свойство зависимостей DefaultStyleKey.Identifies the DefaultStyleKey dependency property. |
FlowDirectionProperty |
Идентифицирует свойство зависимостей FlowDirection.Identifies the FlowDirection dependency property. |
FocusVisualStyleProperty |
Идентифицирует свойство зависимостей FocusVisualStyle.Identifies the FocusVisualStyle dependency property. |
ForceCursorProperty |
Идентифицирует свойство зависимостей ForceCursor.Identifies the ForceCursor dependency property. |
HeightProperty |
Идентифицирует свойство зависимостей Height.Identifies the Height dependency property. |
HorizontalAlignmentProperty |
Идентифицирует свойство зависимостей HorizontalAlignment.Identifies the HorizontalAlignment dependency property. |
InputScopeProperty |
Идентифицирует свойство зависимостей InputScope.Identifies the InputScope dependency property. |
LanguageProperty |
Идентифицирует свойство зависимостей Language.Identifies the Language dependency property. |
LayoutTransformProperty |
Идентифицирует свойство зависимостей LayoutTransform.Identifies the LayoutTransform dependency property. |
LoadedEvent |
Идентифицирует направленное событие Loaded.Identifies the Loaded routed event. |
MarginProperty |
Идентифицирует свойство зависимостей Margin.Identifies the Margin dependency property. |
MaxHeightProperty |
Идентифицирует свойство зависимостей MaxHeight.Identifies the MaxHeight dependency property. |
MaxWidthProperty |
Идентифицирует свойство зависимостей MaxWidth.Identifies the MaxWidth dependency property. |
MinHeightProperty |
Идентифицирует свойство зависимостей MinHeight.Identifies the MinHeight dependency property. |
MinWidthProperty |
Идентифицирует свойство зависимостей MinWidth.Identifies the MinWidth dependency property. |
NameProperty |
Идентифицирует свойство зависимостей Name.Identifies the Name dependency property. |
OverridesDefaultStyleProperty |
Идентифицирует свойство зависимостей OverridesDefaultStyle.Identifies the OverridesDefaultStyle dependency property. |
RequestBringIntoViewEvent |
Идентифицирует направленное событие RequestBringIntoView.Identifies the RequestBringIntoView routed event. |
SizeChangedEvent |
Идентифицирует направленное событие SizeChanged.Identifies the SizeChanged routed event. |
StyleProperty |
Идентифицирует свойство зависимостей Style.Identifies the Style dependency property. |
TagProperty |
Идентифицирует свойство зависимостей Tag.Identifies the Tag dependency property. |
ToolTipClosingEvent |
Идентифицирует направленное событие ToolTipClosing.Identifies the ToolTipClosing routed event. |
ToolTipOpeningEvent |
Идентифицирует направленное событие ToolTipOpening.Identifies the ToolTipOpening routed event. |
ToolTipProperty |
Идентифицирует свойство зависимостей ToolTip.Identifies the ToolTip dependency property. |
UnloadedEvent |
Идентифицирует направленное событие Unloaded.Identifies the Unloaded routed event. |
UseLayoutRoundingProperty |
Идентифицирует свойство зависимостей UseLayoutRounding.Identifies the UseLayoutRounding dependency property. |
VerticalAlignmentProperty |
Идентифицирует свойство зависимостей VerticalAlignment.Identifies the VerticalAlignment dependency property. |
WidthProperty |
Идентифицирует свойство зависимостей Width.Identifies the Width dependency property. |
Свойства
ActualHeight |
Возвращает визуализированную высоту данного элемента.Gets the rendered height of this element. |
ActualWidth |
Возвращает визуализированную ширину данного элемента.Gets the rendered width of this element. |
AllowDrop |
Получение или установка значения, определяющего возможность использования элемента в качестве целевого объекта для операции перетаскивания.Gets or sets a value indicating whether this element can be used as the target of a drag-and-drop operation. Это свойство зависимостей.This is a dependency property. (Унаследовано от UIElement) |
AreAnyTouchesCaptured |
Получает значение, которое указывает, была ли хотя бы одна операция сенсорного ввода передана в данный элемент.Gets a value that indicates whether at least one touch is captured to this element. (Унаследовано от UIElement) |
AreAnyTouchesCapturedWithin |
Получает значение, указывающее, была ли хотя бы одна операция сенсорного ввода передана в данный элемент или в какой-либо из его дочерних элементов в визуальном дереве.Gets a value that indicates whether at least one touch is captured to this element or to any child elements in its visual tree. (Унаследовано от UIElement) |
AreAnyTouchesDirectlyOver |
Получает значение, которое указывает, произошло ли хотя бы одно сенсорное нажатие данного элемента.Gets a value that indicates whether at least one touch is pressed over this element. (Унаследовано от UIElement) |
AreAnyTouchesOver |
Получает значение, указывающее, произошло ли хотя бы одно сенсорное нажатие данного элемента или какого-либо из его дочерних элементов в визуальном дереве.Gets a value that indicates whether at least one touch is pressed over this element or any child elements in its visual tree. (Унаследовано от UIElement) |
BindingGroup |
Возвращает или задает группу BindingGroup, которая используется для элемента.Gets or sets the BindingGroup that is used for the element. |
BitmapEffect |
Является устаревшей.
Является устаревшей.
Получение или установка эффекта для точечных рисунков, который применяется непосредственно к отображаемому содержимому этого элемента.Gets or sets a bitmap effect that applies directly to the rendered content for this element. Это свойство зависимостей.This is a dependency property. (Унаследовано от UIElement) |
BitmapEffectInput |
Является устаревшей.
Является устаревшей.
Получение или установка источника входных данных эффекта для точечных рисунков, который применяется непосредственно к отображаемому содержимому этого элемента.Gets or sets an input source for the bitmap effect that applies directly to the rendered content for this element. Это свойство зависимостей.This is a dependency property. (Унаследовано от UIElement) |
CacheMode |
Получает или задает кэшированное представление объекта UIElement.Gets or sets a cached representation of the UIElement. (Унаследовано от UIElement) |
Clip |
Получает или задает геометрию, используемую для определения контура содержимого элемента.Gets or sets the geometry used to define the outline of the contents of an element. Это свойство зависимостей.This is a dependency property. (Унаследовано от UIElement) |
ClipToBounds |
Получение или установка значения, определяющего усечение содержимого этого элемента (или содержимого, поступающего из его дочерних элементов) в соответствии с размерами содержащего его элемента.Gets or sets a value indicating whether to clip the content of this element (or content coming from the child elements of this element) to fit into the size of the containing element. Это свойство зависимостей.This is a dependency property. (Унаследовано от UIElement) |
CommandBindings |
Получает коллекцию объектов CommandBinding, сопоставленных с этим элементом.Gets a collection of CommandBinding objects associated with this element. Привязка CommandBinding включает обработку команды для данного элемента и объявляет связь между командой, ее событиями и обработчиками, присоединенные данным элементом.A CommandBinding enables command handling for this element, and declares the linkage between a command, its events, and the handlers attached by this element. (Унаследовано от UIElement) |
ContextMenu |
Возвращает или задает элемент контекстного меню, который должен отображаться при запросе контекстного меню в пользовательском интерфейсе из этого элемента.Gets or sets the context menu element that should appear whenever the context menu is requested through user interface (UI) from within this element. |
Cursor |
Получение или установка курсора, который отображается при наведении указателя мыши на этот элемент.Gets or sets the cursor that displays when the mouse pointer is over this element. |
DataContext |
Получает или задает контекст данных для элемента, участвующего в привязке данных.Gets or sets the data context for an element when it participates in data binding. |
DefaultStyleKey |
Возвращает или задает ключ, используемый для ссылки на стиль этого элемента управления, при использовании или определении тематических стилей.Gets or sets the key to use to reference the style for this control, when theme styles are used or defined. |
DependencyObjectType |
Возвращает объект DependencyObjectType , который заключает в оболочку тип CLR данного экземпляра.Gets the DependencyObjectType that wraps the CLR type of this instance. (Унаследовано от DependencyObject) |
DesiredSize |
Возвращает размер, вычисленный этим элементом на этапе измерения процесса компоновки.Gets the size that this element computed during the measure pass of the layout process. (Унаследовано от UIElement) |
Dispatcher |
Возвращает объект Dispatcher, с которым связан этот объект DispatcherObject.Gets the Dispatcher this DispatcherObject is associated with. (Унаследовано от DispatcherObject) |
Effect |
Получает или задает эффект растрового изображения, который применяется к объекту UIElement.Gets or sets the bitmap effect to apply to the UIElement. Это свойство зависимостей.This is a dependency property. (Унаследовано от UIElement) |
FlowDirection |
Возвращает или задает направление, в котором текст и другие элементы пользовательского интерфейса поступают в любой родительский элемент, который управляет их макетом.Gets or sets the direction that text and other user interface (UI) elements flow within any parent element that controls their layout. |
Focusable |
Получение или установка значения, определяющего возможность получения фокуса элементом.Gets or sets a value that indicates whether the element can receive focus. Это свойство зависимостей.This is a dependency property. (Унаследовано от UIElement) |
FocusVisualStyle |
Получает или задает свойство, позволяющее настройку внешнего вида, эффектов или других характеристик стиля, применяемых к данному элементу, когда он получает фокус клавиатуры.Gets or sets a property that enables customization of appearance, effects, or other style characteristics that will apply to this element when it captures keyboard focus. |
ForceCursor |
Возвращает или задает значение, указывающее, должен ли этот пользовательский FrameworkElement интерфейс принудительно отображать курсор, как объявлено Cursor свойством.Gets or sets a value that indicates whether this FrameworkElement should force the user interface (UI) to render the cursor as declared by the Cursor property. |
HasAnimatedProperties |
Возвращает значение, указывающее, имеет ли данный элемент какие-либо анимированные свойства.Gets a value indicating whether this element has any animated properties. (Унаследовано от UIElement) |
HasEffectiveKeyboardFocus |
Возвращает значение, информирующее о фокусе UIElement.Gets a value that indicates whether the UIElement has focus. (Унаследовано от UIElement) |
Height |
Получает или задает предлагаемую высоту элемента.Gets or sets the suggested height of the element. |
HorizontalAlignment |
Получение или установка характеристик выравнивания по горизонтали, применяемых к этому элементу при его размещении в родительском элементе управления, например в панели или элементе управления элементами.Gets or sets the horizontal alignment characteristics applied to this element when it is composed within a parent element, such as a panel or items control. |
InheritanceBehavior |
Получает или задает пределы области видимости для наследования значений свойств, поиска ключей ресурсов и поиска RelativeSource FindAncestor.Gets or sets the scope limits for property value inheritance, resource key lookup, and RelativeSource FindAncestor lookup. |
InputBindings |
Получение коллекции привязок ввода, связанных с этим элементом.Gets the collection of input bindings associated with this element. (Унаследовано от UIElement) |
InputScope |
Получает или задает контекст для входных данных, используемых этим элементом FrameworkElement.Gets or sets the context for input used by this FrameworkElement. |
IsArrangeValid |
Возвращает значение, указывающее, являются ли действительными вычисленные размер и позиция дочерних элементов в структуре данного элемента.Gets a value indicating whether the computed size and position of child elements in this element's layout are valid. (Унаследовано от UIElement) |
IsEnabled |
Возвращает или задает значение, указывающее, включен ли этот элемент в пользовательском интерфейсе.Gets or sets a value indicating whether this element is enabled in the user interface (UI). Это свойство зависимостей.This is a dependency property. (Унаследовано от UIElement) |
IsEnabledCore |
Возвращает значение, которое становится возвращаемым значением свойства IsEnabled в производных классах.Gets a value that becomes the return value of IsEnabled in derived classes. (Унаследовано от UIElement) |
IsFocused |
Получает значение, определяющее, имеет ли элемент логический фокус.Gets a value that determines whether this element has logical focus. Это свойство зависимостей.This is a dependency property. (Унаследовано от UIElement) |
IsHitTestVisible |
Получение или установка значения, определяющего возможность возврата этого элемента в качестве результата проверки нажатия в какой-либо части его отображаемого содержимого.Gets or sets a value that declares whether this element can possibly be returned as a hit test result from some portion of its rendered content. Это свойство зависимостей.This is a dependency property. (Унаследовано от UIElement) |
IsInitialized |
Возвращает значение, указывающее, инициализирован ли этот элемент во время обработки обработчиком XAML или путем явного EndInit() вызова метода.Gets a value that indicates whether this element has been initialized, either during processing by a XAML processor, or by explicitly having its EndInit() method called. |
IsInputMethodEnabled |
Возвращает значение, указывающее, включена ли система метода ввода, например редактор метода ввода (IME), для обработки входных данных этого элемента.Gets a value indicating whether an input method system, such as an Input Method Editor (IME), is enabled for processing the input to this element. (Унаследовано от UIElement) |
IsKeyboardFocused |
Получает значение, указывающее, имеет ли данный элемент фокус ввода с клавиатуры.Gets a value indicating whether this element has keyboard focus. Это свойство зависимостей.This is a dependency property. (Унаследовано от UIElement) |
IsKeyboardFocusWithin |
Получает значение, указывающее, находится ли фокус клавиатуры где-либо в элементе или в его дочерних элементах визуального дерева.Gets a value indicating whether keyboard focus is anywhere within the element or its visual tree child elements. Это свойство зависимостей.This is a dependency property. (Унаследовано от UIElement) |
IsLoaded |
Возвращает значение, указывающее, загружен ли данный элемент для презентации.Gets a value that indicates whether this element has been loaded for presentation. |
IsManipulationEnabled |
Получает или задает значение, которое определяет, включены ли события манипулирования для данного элемента UIElement.Gets or sets a value that indicates whether manipulation events are enabled on this UIElement. (Унаследовано от UIElement) |
IsMeasureValid |
Возвращает значение, указывающее, действителен ли текущий размер, возвращенный измерением структуры.Gets a value indicating whether the current size returned by layout measure is valid. (Унаследовано от UIElement) |
IsMouseCaptured |
Получает или задает значение, указывающее, была ли мышь захвачена элементом управления.Gets a value indicating whether the mouse is captured to this element. Это свойство зависимостей.This is a dependency property. (Унаследовано от UIElement) |
IsMouseCaptureWithin |
Возвращает значение, определяющее, удерживается ли захват мыши данным элементом или дочерними элементами его визуального дерева.Gets a value that determines whether mouse capture is held by this element or by child elements in its visual tree. Это свойство зависимостей.This is a dependency property. (Унаследовано от UIElement) |
IsMouseDirectlyOver |
Возвращает значение, указывающее, соответствует ли позиция указателя мыши результатам проверки нажатия, при которой учитывается компоновка элемента.Gets a value that indicates whether the position of the mouse pointer corresponds to hit test results, which take element compositing into account. Это свойство зависимостей.This is a dependency property. (Унаследовано от UIElement) |
IsMouseOver |
Получает значение, указывающее, находится ли указатель мыши над данным элементом (включая дочерние элементы в визуальном дереве).Gets a value indicating whether the mouse pointer is located over this element (including child elements in the visual tree). Это свойство зависимостей.This is a dependency property. (Унаследовано от UIElement) |
IsSealed |
Получает значение, указывающее, является ли этот экземпляр в данный момент запечатанным (доступным только для чтения).Gets a value that indicates whether this instance is currently sealed (read-only). (Унаследовано от DependencyObject) |
IsStylusCaptured |
Получает значение, указывающее, захвачено ли перо эти элементом.Gets a value indicating whether the stylus is captured by this element. Это свойство зависимостей.This is a dependency property. (Унаследовано от UIElement) |
IsStylusCaptureWithin |
Возвращает значение, определяющее, удерживается ли захват пера данным элементом или элементом в пределах его границ и визуального дерева.Gets a value that determines whether stylus capture is held by this element, or an element within the element bounds and its visual tree. Это свойство зависимостей.This is a dependency property. (Унаследовано от UIElement) |
IsStylusDirectlyOver |
Возвращает значение, указывающее, соответствует ли позиция пера результатам проверки нажатия, при которой учитывается компоновка элемента.Gets a value that indicates whether the stylus position corresponds to hit test results, which take element compositing into account. Это свойство зависимостей.This is a dependency property. (Унаследовано от UIElement) |
IsStylusOver |
Возвращает значение, указывающее, наведен ли курсор пера на этот элемент (включая визуальные дочерние элементы).Gets a value indicating whether the stylus cursor is located over this element (including visual child elements). Это свойство зависимостей.This is a dependency property. (Унаследовано от UIElement) |
IsVisible |
Возвращает значение, указывающее, является ли этот элемент видимым в пользовательском интерфейсе.Gets a value indicating whether this element is visible in the user interface (UI). Это свойство зависимостей.This is a dependency property. (Унаследовано от UIElement) |
Language |
Возвращает или задает сведения о языке локализации и глобализации, который применяется к элементу.Gets or sets localization/globalization language information that applies to an element. |
LayoutTransform |
Получает или задает графическое преобразование, которое применяется к элементу при изменении параметров размещения.Gets or sets a graphics transformation that should apply to this element when layout is performed. |
LogicalChildren |
Возвращает перечислитель для логических дочерних элементов данного элемента.Gets an enumerator for logical child elements of this element. |
Margin |
Получает или задает значение внешнего поля элемента.Gets or sets the outer margin of an element. |
MaxHeight |
Получение или установка максимально допустимой высоты элемента.Gets or sets the maximum height constraint of the element. |
MaxWidth |
Получение или установка максимально допустимой ширины элемента.Gets or sets the maximum width constraint of the element. |
MinHeight |
Получение или установка минимально допустимой высоты элемента.Gets or sets the minimum height constraint of the element. |
MinWidth |
Получение или установка минимально допустимой ширины элемента.Gets or sets the minimum width constraint of the element. |
Name |
Возвращает или задает имя, обозначающее элемент.Gets or sets the identifying name of the element. Имя предоставляет ссылку, чтобы код программной части, такой как код обработчика событий, мог ссылаться на элемент разметки после его создания во время обработки обработчиком XAML.The name provides a reference so that code-behind, such as event handler code, can refer to a markup element after it is constructed during processing by a XAML processor. |
Opacity |
Возвращает или задает коэффициент непрозрачности, применяемый ко всему, UIElement когда он готовится к просмотру в пользовательском интерфейсе.Gets or sets the opacity factor applied to the entire UIElement when it is rendered in the user interface (UI). Это свойство зависимостей.This is a dependency property. (Унаследовано от UIElement) |
OpacityMask |
Возвращает или задает маску непрозрачности в виде реализации элемента Brush, которая применяется при маскировании отображаемого содержимого элемента с помощью любого альфа-канала.Gets or sets an opacity mask, as a Brush implementation that is applied to any alpha-channel masking for the rendered content of this element. Это свойство зависимостей.This is a dependency property. (Унаследовано от UIElement) |
OverridesDefaultStyle |
Получение или установка значения, определяющего использование в элементе свойств стиля, заданных в стилях темы.Gets or sets a value that indicates whether this element incorporates style properties from theme styles. |
Parent |
Получает логический родительский элемент этого элемента.Gets the logical parent element of this element. |
PersistId |
Является устаревшей.
Возвращает значение, уникальным образом идентифицирующее данный элемент.Gets a value that uniquely identifies this element. (Унаследовано от UIElement) |
RenderSize |
Возвращает (или задает) окончательный размер отрисовки этого элемента.Gets (or sets) the final render size of this element. (Унаследовано от UIElement) |
RenderTransform |
Получает или задает информацию о преобразовании, которая влияет на позицию отрисовки данного элемента.Gets or sets transform information that affects the rendering position of this element. Это свойство зависимостей.This is a dependency property. (Унаследовано от UIElement) |
RenderTransformOrigin |
Получает или задает центральную точку любого возможного преобразования при прорисовке, объявленного RenderTransform относительно границ элемента.Gets or sets the center point of any possible render transform declared by RenderTransform, relative to the bounds of the element. Это свойство зависимостей.This is a dependency property. (Унаследовано от UIElement) |
Resources |
Получает или задает локально определенный словарь ресурсов.Gets or sets the locally-defined resource dictionary. |
SnapsToDevicePixels |
Получает или задает значение, определяющее, должны ли использоваться параметры пикселей для определенного устройства при отрисовке.Gets or sets a value that determines whether rendering for this element should use device-specific pixel settings during rendering. Это свойство зависимостей.This is a dependency property. (Унаследовано от UIElement) |
Style |
Получает или задает стиль, который должен использоваться этим элементом при его отрисовке.Gets or sets the style used by this element when it is rendered. |
StylusPlugIns |
Возвращает коллекцию всех подключаемых (настраиваемых) объектов пера, связанных с данным элементом.Gets a collection of all stylus plug-in (customization) objects associated with this element. (Унаследовано от UIElement) |
Tag |
Получение или установка произвольного значения объекта, которое может использоваться для хранения особых сведений об этом элементе.Gets or sets an arbitrary object value that can be used to store custom information about this element. |
TemplatedParent |
Получает ссылку на родительский объект шаблона данного элемента.Gets a reference to the template parent of this element. Это свойство не актуально, если элемент не был создан с помощью шаблона.This property is not relevant if the element was not created through a template. |
ToolTip |
Возвращает или задает объект подсказки, отображаемый для этого элемента в пользовательском интерфейсе.Gets or sets the tool-tip object that is displayed for this element in the user interface (UI). |
TouchesCaptured |
Получает все сенсорные устройства, переданные в данный элемент.Gets all touch devices that are captured to this element. (Унаследовано от UIElement) |
TouchesCapturedWithin |
Получает все сенсорные устройства, переданные в этот элемент или какой-либо из его дочерних элементов в визуальном дереве.Gets all touch devices that are captured to this element or any child elements in its visual tree. (Унаследовано от UIElement) |
TouchesDirectlyOver |
Получает все сенсорные устройства, находящиеся над данным элементом.Gets all touch devices that are over this element. (Унаследовано от UIElement) |
TouchesOver |
Получает все сенсорные устройства, находящиеся над этим элементом или каким-либо из его дочерних элементов в визуальном дереве.Gets all touch devices that are over this element or any child elements in its visual tree. (Унаследовано от UIElement) |
Triggers |
Получает коллекцию триггеров, установленных непосредственно в этом элементе или в его дочерних элементах.Gets the collection of triggers established directly on this element, or in child elements. |
Uid |
Возвращает или задает уникальный идентификатор (в целях локализации) для этого элемента.Gets or sets the unique identifier (for localization) for this element. Это свойство зависимостей.This is a dependency property. (Унаследовано от UIElement) |
UseLayoutRounding |
Получает или задает значение, указывающее, должно ли применяться округление макета для размера и позиции данного элемента во время структурирования.Gets or sets a value that indicates whether layout rounding should be applied to this element's size and position during layout. |
VerticalAlignment |
Получает или задает характеристики выравнивания по вертикали, применяемые к этому элементу при его размещении в родительском элементе, например в панели или элементе управления элементами.Gets or sets the vertical alignment characteristics applied to this element when it is composed within a parent element such as a panel or items control. |
Visibility |
Возвращает или задает видимость этого элемента в пользовательском интерфейсе.Gets or sets the user interface (UI) visibility of this element. Это свойство зависимостей.This is a dependency property. (Унаследовано от UIElement) |
VisualBitmapEffect |
Является устаревшей.
Является устаревшей.
Получает или задает значение BitmapEffect для объекта Visual.Gets or sets the BitmapEffect value for the Visual. (Унаследовано от Visual) |
VisualBitmapEffectInput |
Является устаревшей.
Является устаревшей.
Получает или задает значение BitmapEffectInput для объекта Visual.Gets or sets the BitmapEffectInput value for the Visual. (Унаследовано от Visual) |
VisualBitmapScalingMode |
Возвращает или задает BitmapScalingMode для объекта Visual.Gets or sets the BitmapScalingMode for the Visual. (Унаследовано от Visual) |
VisualCacheMode |
Получает или задает кэшированное представление объекта Visual.Gets or sets a cached representation of the Visual. (Унаследовано от Visual) |
VisualChildrenCount |
Получает количество визуальных дочерних элементов внутри этого элемента.Gets the number of visual child elements within this element. |
VisualClearTypeHint |
Получает или задает объект ClearTypeHint, который определяет способ отображения ClearType в Visual.Gets or sets the ClearTypeHint that determines how ClearType is rendered in the Visual. (Унаследовано от Visual) |
VisualClip |
Возвращает или задает отсеченную область объекта Visual в виде значения Geometry.Gets or sets the clip region of the Visual as a Geometry value. (Унаследовано от Visual) |
VisualEdgeMode |
Возвращает или задает края объекта Visual в виде значения EdgeMode.Gets or sets the edge mode of the Visual as an EdgeMode value. (Унаследовано от Visual) |
VisualEffect |
Получает или задает эффект растрового изображения, который применяется к объекту Visual.Gets or sets the bitmap effect to apply to the Visual. (Унаследовано от Visual) |
VisualOffset |
Возвращает или задает значение смещения визуального объекта.Gets or sets the offset value of the visual object. (Унаследовано от Visual) |
VisualOpacity |
Получает или задает значение прозрачности для объекта Visual.Gets or sets the opacity of the Visual. (Унаследовано от Visual) |
VisualOpacityMask |
Возвращает или задает значение Brush, которое представляет маску непрозрачности объекта Visual.Gets or sets the Brush value that represents the opacity mask of the Visual. (Унаследовано от Visual) |
VisualParent |
Получает для визуального объекта родительский объект визуального дерева.Gets the visual tree parent of the visual object. (Унаследовано от Visual) |
VisualScrollableAreaClip |
Получает или задает обрезанную прокручиваемую область для объекта Visual.Gets or sets a clipped scrollable area for the Visual. (Унаследовано от Visual) |
VisualTextHintingMode |
Получает или задает TextHintingMode объекта Visual.Gets or sets the TextHintingMode of the Visual. (Унаследовано от Visual) |
VisualTextRenderingMode |
Получает или задает TextRenderingMode объекта Visual.Gets or sets the TextRenderingMode of the Visual. (Унаследовано от Visual) |
VisualTransform |
Получает или задает значение Transform для объекта Visual.Gets or sets the Transform value for the Visual. (Унаследовано от Visual) |
VisualXSnappingGuidelines |
Получает или задает коллекцию направляющих по оси X (по вертикали).Gets or sets the x-coordinate (vertical) guideline collection. (Унаследовано от Visual) |
VisualYSnappingGuidelines |
Получает или задает коллекцию горизонтальных направляющих (по оси Y).Gets or sets the y-coordinate (horizontal) guideline collection. (Унаследовано от Visual) |
Width |
Получение или установка ширины элемента.Gets or sets the width of the element. |
Методы
AddHandler(RoutedEvent, Delegate) |
Добавляет обработчик перенаправленного события для указанного перенаправленного события, помещая этот обработчик в коллекцию обработчиков текущего элемента.Adds a routed event handler for a specified routed event, adding the handler to the handler collection on the current element. (Унаследовано от UIElement) |
AddHandler(RoutedEvent, Delegate, Boolean) |
Добавляет обработчик перенаправленного события для указанного перенаправленного события, помещая этот обработчик в коллекцию обработчиков текущего элемента.Adds a routed event handler for a specified routed event, adding the handler to the handler collection on the current element. Укажите |
AddLogicalChild(Object) |
Добавляет указанный объект в логическое дерево данного элемента.Adds the provided object to the logical tree of this element. |
AddToEventRoute(EventRoute, RoutedEventArgs) |
Добавляет обработчики в указанный EventRoute для настоящего коллекции обработчиков событий UIElement.Adds handlers to the specified EventRoute for the current UIElement event handler collection. (Унаследовано от UIElement) |
AddVisualChild(Visual) |
Определяет связь "родитель-потомок" между двумя визуальными объектами.Defines the parent-child relationship between two visuals. (Унаследовано от Visual) |
ApplyAnimationClock(DependencyProperty, AnimationClock) |
Применяет анимацию к указанному свойству зависимостей в этом элементе.Applies an animation to a specified dependency property on this element. Все существующие анимации останавливаются и заменяются новой анимацией.Any existing animations are stopped and replaced with the new animation. (Унаследовано от UIElement) |
ApplyAnimationClock(DependencyProperty, AnimationClock, HandoffBehavior) |
Применяет анимацию к заданному свойству зависимостей этого элемента с возможностью указать, что должно происходить, если у свойства уже имеется запущенная анимация.Applies an animation to a specified dependency property on this element, with the ability to specify what happens if the property already has a running animation. (Унаследовано от UIElement) |
ApplyTemplate() |
При необходимости строит визуальное дерево текущего шаблона и возвращает значение, указывающее, было ли это визуальное дерево перестроено в результате этого вызова.Builds the current template's visual tree if necessary, and returns a value that indicates whether the visual tree was rebuilt by this call. |
Arrange(Rect) |
Размещает дочерние элементы и определяет размер для UIElement.Positions child elements and determines a size for a UIElement. Родительские элементы вызывают этот метод из своей реализации ArrangeCore(Rect) (или эквивалента уровня инфраструктуры WPF) для формирования рекурсивного обновления макета.Parent elements call this method from their ArrangeCore(Rect) implementation (or a WPF framework-level equivalent) to form a recursive layout update. Этот метод образует второй проход обновления макета.This method constitutes the second pass of a layout update. (Унаследовано от UIElement) |
ArrangeCore(Rect) |
Реализует метод ArrangeCore(Rect) (определенный как виртуальный в классе UIElement) и запечатывает реализацию.Implements ArrangeCore(Rect) (defined as virtual in UIElement) and seals the implementation. |
ArrangeOverride(Size) |
При переопределении в производном классе размещает дочерние элементы и определяет размер для производного класса FrameworkElement.When overridden in a derived class, positions child elements and determines a size for a FrameworkElement derived class. |
BeginAnimation(DependencyProperty, AnimationTimeline) |
Запускает анимацию для указанного свойства данного элемента, имеющего анимацию.Starts an animation for a specified animated property on this element. (Унаследовано от UIElement) |
BeginAnimation(DependencyProperty, AnimationTimeline, HandoffBehavior) |
Запускает указанную анимацию для указанного анимированного свойства зависимостей этого элемента, с возможностью указания действий, которые следует предпринять при уже существующей анимации для данного свойства.Starts a specific animation for a specified animated property on this element, with the option of specifying what happens if the property already has a running animation. (Унаследовано от UIElement) |
BeginInit() |
Запускает процесс инициализации данного элемента.Starts the initialization process for this element. |
BeginStoryboard(Storyboard) |
Начинает последовательность действий, содержащихся в предоставленной раскадровке.Begins the sequence of actions that are contained in the provided storyboard. |
BeginStoryboard(Storyboard, HandoffBehavior) |
Начинает последовательность действий, содержащихся в предоставленной раскадровке, с параметрами, указывающими на реакцию в случае уже анимированного свойства.Begins the sequence of actions contained in the provided storyboard, with options specified for what should happen if the property is already animated. |
BeginStoryboard(Storyboard, HandoffBehavior, Boolean) |
Начинает последовательность действий, содержащихся в предоставленной раскадровке, с указанным состоянием элемента управления анимацией после ее запуска.Begins the sequence of actions contained in the provided storyboard, with specified state for control of the animation after it is started. |
BringIntoView() |
Пытается отобразить данный элемент вместе с содержащимися в нем прокручиваемыми областями.Attempts to bring this element into view, within any scrollable regions it is contained within. |
BringIntoView(Rect) |
Пытается отобразить указанный размер области данного элемента вместе с содержащимися в нем прокручиваемыми областями.Attempts to bring the provided region size of this element into view, within any scrollable regions it is contained within. |
CaptureMouse() |
Пытается принудительно захватить мышь данным элементом.Attempts to force capture of the mouse to this element. (Унаследовано от UIElement) |
CaptureStylus() |
Пытается принудительно захватить перо данным элементом.Attempts to force capture of the stylus to this element. (Унаследовано от UIElement) |
CaptureTouch(TouchDevice) |
Предпринимает попытку принудительного получения операции сенсорного ввода данным элементом.Attempts to force capture of a touch to this element. (Унаследовано от UIElement) |
CheckAccess() |
Определяет, имеет ли вызывающий поток доступ к этому DispatcherObject.Determines whether the calling thread has access to this DispatcherObject. (Унаследовано от DispatcherObject) |
ClearValue(DependencyProperty) |
Очищает локальное значение свойства.Clears the local value of a property. Очищаемое свойство задается идентификатором DependencyProperty.The property to be cleared is specified by a DependencyProperty identifier. (Унаследовано от DependencyObject) |
ClearValue(DependencyPropertyKey) |
Очищает локальное значение доступного только для чтения свойства.Clears the local value of a read-only property. Очищаемое свойство задается ключом DependencyPropertyKey.The property to be cleared is specified by a DependencyPropertyKey. (Унаследовано от DependencyObject) |
CoerceValue(DependencyProperty) |
Приводит значение указанного свойства зависимостей.Coerces the value of the specified dependency property. Это осуществляется путем вызова какой-либо функции CoerceValueCallback, указанной в метаданных свойства зависимостей, которое существует в вызывающем объекте DependencyObject.This is accomplished by invoking any CoerceValueCallback function specified in property metadata for the dependency property as it exists on the calling DependencyObject. (Унаследовано от DependencyObject) |
EndInit() |
Указывает на завершение процесса инициализации элемента.Indicates that the initialization process for the element is complete. |
Equals(Object) |
Определяет, является ли указанный DependencyObject эквивалентом текущего DependencyObject.Determines whether a provided DependencyObject is equivalent to the current DependencyObject. (Унаследовано от DependencyObject) |
FindCommonVisualAncestor(DependencyObject) |
Возвращает общего предка двух визуальных объектов.Returns the common ancestor of two visual objects. (Унаследовано от Visual) |
FindName(String) |
Находит элемент по указанному имени идентификатора.Finds an element that has the provided identifier name. |
FindResource(Object) |
Осуществляет поиск ресурса с указанным ключом и вызывает исключение, если запрошенный ресурс не найден.Searches for a resource with the specified key, and throws an exception if the requested resource is not found. |
Focus() |
Попытка задать фокус для данного элемента.Attempts to set focus to this element. (Унаследовано от UIElement) |
GetAnimationBaseValue(DependencyProperty) |
Возвращает значение базового свойства для указанного свойства данного элемента без учета возможного анимированного значения из запущенной или остановленной анимации.Returns the base property value for the specified property on this element, disregarding any possible animated value from a running or stopped animation. (Унаследовано от UIElement) |
GetBindingExpression(DependencyProperty) |
Возвращает BindingExpression, представляющий привязку к заданному свойству.Returns the BindingExpression that represents the binding on the specified property. |
GetFlowDirection(DependencyObject) |
Получает значение присоединенного свойства FlowDirection указанного элемента DependencyObject.Gets the value of the FlowDirection attached property for the specified DependencyObject. |
GetHashCode() |
Возвращает хэш-код для данного объекта DependencyObject.Gets a hash code for this DependencyObject. (Унаследовано от DependencyObject) |
GetLayoutClip(Size) |
Возвращает геометрию маски отсечения.Returns a geometry for a clipping mask. Маска применяется при попытке системы структуры скомпоновать элемент, размер которого превышает доступное экранное пространство.The mask applies if the layout system attempts to arrange an element that is larger than the available display space. |
GetLocalValueEnumerator() |
Создает специализированный перечислитель для определения свойств зависимостей, которые локально установили значения для данного DependencyObject.Creates a specialized enumerator for determining which dependency properties have locally set values on this DependencyObject. (Унаследовано от DependencyObject) |
GetTemplateChild(String) |
Возвращает именованный элемент в визуальном дереве объекта ControlTemplate, для которого создан экземпляр.Returns the named element in the visual tree of an instantiated ControlTemplate. |
GetType() |
Возвращает объект Type для текущего экземпляра.Gets the Type of the current instance. (Унаследовано от Object) |
GetUIParentCore() |
Возвращает альтернативный логический родительский объект для этого элемента при отсутствии визуального родительского объекта.Returns an alternative logical parent for this element if there is no visual parent. |
GetValue(DependencyProperty) |
Возвращает текущее действующее значение свойства зависимостей в этом экземпляре DependencyObject.Returns the current effective value of a dependency property on this instance of a DependencyObject. (Унаследовано от DependencyObject) |
GetVisualChild(Int32) |
Переопределяет GetVisualChild(Int32) и возвращает дочерний элемент по указанному индексу из коллекции дочерних элементов.Overrides GetVisualChild(Int32), and returns a child at the specified index from a collection of child elements. |
HitTestCore(GeometryHitTestParameters) |
Реализует метод HitTestCore(GeometryHitTestParameters) для обеспечения поведения проверки нажатия для базового элемента (возвращая GeometryHitTestResult).Implements HitTestCore(GeometryHitTestParameters) to supply base element hit testing behavior (returning GeometryHitTestResult). (Унаследовано от UIElement) |
HitTestCore(PointHitTestParameters) |
Реализует метод HitTestCore(PointHitTestParameters) для обеспечения поведения проверки нажатия для базового элемента (возвращая HitTestResult).Implements HitTestCore(PointHitTestParameters) to supply base element hit testing behavior (returning HitTestResult). (Унаследовано от UIElement) |
InputHitTest(Point) |
Возвращает элемент ввода, расположенный внутри текущего элемента по указанным координатам относительно начала координат текущего элемента.Returns the input element within the current element that is at the specified coordinates, relative to the current element's origin. (Унаследовано от UIElement) |
InvalidateArrange() |
Делает недействительным состояние компоновки (структуру) элемента.Invalidates the arrange state (layout) for the element. После того как структура элемента станет недействительной, она будет обновлена, что произойдет асинхронно, если только не будет сделано принудительно с помощью метода UpdateLayout().After the invalidation, the element will have its layout updated, which will occur asynchronously unless subsequently forced by UpdateLayout(). (Унаследовано от UIElement) |
InvalidateMeasure() |
Делает недействительным состояние измерения (структуру) элемента.Invalidates the measurement state (layout) for the element. (Унаследовано от UIElement) |
InvalidateProperty(DependencyProperty) |
Повторно вычисляет действующее значение для указанного свойства зависимостей.Re-evaluates the effective value for the specified dependency property. (Унаследовано от DependencyObject) |
InvalidateVisual() |
Делает недействительной отрисовку элемента и принудительно вызывает новый полный этап разметки.Invalidates the rendering of the element, and forces a complete new layout pass. OnRender(DrawingContext) вызывается после завершения цикла разметки.OnRender(DrawingContext) is called after the layout cycle is completed. (Унаследовано от UIElement) |
IsAncestorOf(DependencyObject) |
Определяет, является ли визуальный объект предком потомка визуального объекта.Determines whether the visual object is an ancestor of the descendant visual object. (Унаследовано от Visual) |
IsDescendantOf(DependencyObject) |
Определяет, является ли визуальный объект потомком для предка визуального объекта.Determines whether the visual object is a descendant of the ancestor visual object. (Унаследовано от Visual) |
Measure(Size) |
Обновляет DesiredSize элемента UIElement.Updates the DesiredSize of a UIElement. Родительские элементы вызывают этот метод из своей собственной реализации MeasureCore(Size) для формирования рекурсивного обновление макета.Parent elements call this method from their own MeasureCore(Size) implementations to form a recursive layout update. Вызов этого метода составляет первый проход (проход "Мера") обновления макета.Calling this method constitutes the first pass (the "Measure" pass) of a layout update. (Унаследовано от UIElement) |
MeasureCore(Size) |
Реализует базовое поведение системы макета на этапе измерения для FrameworkElement.Implements basic measure-pass layout system behavior for FrameworkElement. |
MeasureOverride(Size) |
При переопределении в производном классе измеряет размер в структуре, требуемый для дочерних элементов, и определяет размер для класса, производного от FrameworkElement.When overridden in a derived class, measures the size in layout required for child elements and determines a size for the FrameworkElement-derived class. |
MemberwiseClone() |
Создает неполную копию текущего объекта Object.Creates a shallow copy of the current Object. (Унаследовано от Object) |
MoveFocus(TraversalRequest) |
Перемещает клавиатурный фокус от данного элемента на другой элемент в указанном направлении обхода.Moves the keyboard focus away from this element and to another element in a provided traversal direction. |
OnAccessKey(AccessKeyEventArgs) |
Предоставляет обработку класса при вызове клавиши доступа, имеющей значение для данного элемента.Provides class handling for when an access key that is meaningful for this element is invoked. (Унаследовано от UIElement) |
OnApplyTemplate() |
При переопределении в производном классе вызывается всякий раз, когда код приложения или внутренние процессы вызывают метод ApplyTemplate().When overridden in a derived class, is invoked whenever application code or internal processes call ApplyTemplate(). |
OnChildDesiredSizeChanged(UIElement) |
Поддерживает поведение структуры при изменении размеров дочернего элемента.Supports layout behavior when a child element is resized. (Унаследовано от UIElement) |
OnContextMenuClosing(ContextMenuEventArgs) |
Вызывается, когда необработанное перенаправленное событие ContextMenuClosing достигает этого класса на своем пути.Invoked whenever an unhandled ContextMenuClosing routed event reaches this class in its route. Реализуйте этот метод, чтобы добавить для класса обработчик данного события.Implement this method to add class handling for this event. |
OnContextMenuOpening(ContextMenuEventArgs) |
Вызывается, когда необработанное перенаправленное событие ContextMenuOpening достигает этого класса на своем пути.Invoked whenever an unhandled ContextMenuOpening routed event reaches this class in its route. Реализуйте этот метод, чтобы добавить для класса обработчик данного события.Implement this method to add class handling for this event. |
OnCreateAutomationPeer() |
Возвращает зависящие от классов реализации AutomationPeer для инфраструктуры Windows Presentation Foundation (WPF).Returns class-specific AutomationPeer implementations for the Windows Presentation Foundation (WPF) infrastructure. (Унаследовано от UIElement) |
OnDpiChanged(DpiScale, DpiScale) |
Вызывается, когда изменяется параметр "точек на дюйм", по которому определяется разрешение представления.Called when the DPI at which this View is rendered changes. (Унаследовано от Visual) |
OnDragEnter(DragEventArgs) |
Вызывается, когда необработанное вложенное событие DragEnter встречает на своем маршруте элемент, производный от этого класса.Invoked when an unhandled DragEnter attached event reaches an element in its route that is derived from this class. Реализуйте этот метод, чтобы добавить для класса обработчик данного события.Implement this method to add class handling for this event. (Унаследовано от UIElement) |
OnDragLeave(DragEventArgs) |
Вызывается, когда необработанное вложенное событие DragLeave встречает на своем маршруте элемент, производный от этого класса.Invoked when an unhandled DragLeave attached event reaches an element in its route that is derived from this class. Реализуйте этот метод, чтобы добавить для класса обработчик данного события.Implement this method to add class handling for this event. (Унаследовано от UIElement) |
OnDragOver(DragEventArgs) |
Вызывается, когда необработанное вложенное событие DragOver встречает на своем маршруте элемент, производный от этого класса.Invoked when an unhandled DragOver attached event reaches an element in its route that is derived from this class. Реализуйте этот метод, чтобы добавить для класса обработчик данного события.Implement this method to add class handling for this event. (Унаследовано от UIElement) |
OnDrop(DragEventArgs) |
Вызывается, когда необработанное вложенное событие DragEnter встречает на своем маршруте элемент, производный от этого класса.Invoked when an unhandled DragEnter attached event reaches an element in its route that is derived from this class. Реализуйте этот метод, чтобы добавить для класса обработчик данного события.Implement this method to add class handling for this event. (Унаследовано от UIElement) |
OnGiveFeedback(GiveFeedbackEventArgs) |
Вызывается, когда необработанное вложенное событие GiveFeedback встречает на своем маршруте элемент, производный от этого класса.Invoked when an unhandled GiveFeedback attached event reaches an element in its route that is derived from this class. Реализуйте этот метод, чтобы добавить для класса обработчик данного события.Implement this method to add class handling for this event. (Унаследовано от UIElement) |
OnGotFocus(RoutedEventArgs) |
Вызывается, когда необработанное событие GotFocus достигает этого элемента на своем пути.Invoked whenever an unhandled GotFocus event reaches this element in its route. |
OnGotKeyboardFocus(KeyboardFocusChangedEventArgs) |
Вызывается, когда необработанное вложенное событие GotKeyboardFocus встречает на своем маршруте элемент, производный от этого класса.Invoked when an unhandled GotKeyboardFocus attached event reaches an element in its route that is derived from this class. Реализуйте этот метод, чтобы добавить для класса обработчик данного события.Implement this method to add class handling for this event. (Унаследовано от UIElement) |
OnGotMouseCapture(MouseEventArgs) |
Вызывается, когда необработанное вложенное событие GotMouseCapture встречает на своем маршруте элемент, производный от этого класса.Invoked when an unhandled GotMouseCapture attached event reaches an element in its route that is derived from this class. Реализуйте этот метод, чтобы добавить для класса обработчик данного события.Implement this method to add class handling for this event. (Унаследовано от UIElement) |
OnGotStylusCapture(StylusEventArgs) |
Вызывается, когда необработанное вложенное событие GotStylusCapture встречает на своем маршруте элемент, производный от этого класса.Invoked when an unhandled GotStylusCapture attached event reaches an element in its route that is derived from this class. Реализуйте этот метод, чтобы добавить для класса обработчик данного события.Implement this method to add class handling for this event. (Унаследовано от UIElement) |
OnGotTouchCapture(TouchEventArgs) |
Предоставляет обработку класса для перенаправленного события GotTouchCapture, которое происходит при захвате сенсорного ввода данным элементом.Provides class handling for the GotTouchCapture routed event that occurs when a touch is captured to this element. (Унаследовано от UIElement) |
OnInitialized(EventArgs) |
Вызывает событие Initialized.Raises the Initialized event. Этот метод вызывается всякий раз, когда IsInitialized имеет внутреннее значение |
OnIsKeyboardFocusedChanged(DependencyPropertyChangedEventArgs) |
Вызывается, когда необработанное событие IsKeyboardFocusedChanged возникает для этого элемента.Invoked when an unhandled IsKeyboardFocusedChanged event is raised on this element. Реализуйте этот метод, чтобы добавить для класса обработчик данного события.Implement this method to add class handling for this event. (Унаследовано от UIElement) |
OnIsKeyboardFocusWithinChanged(DependencyPropertyChangedEventArgs) |
Вызывается непосредственно перед вызовом события IsKeyboardFocusWithinChanged данным элементом.Invoked just before the IsKeyboardFocusWithinChanged event is raised by this element. Реализуйте этот метод, чтобы добавить для класса обработчик данного события.Implement this method to add class handling for this event. (Унаследовано от UIElement) |
OnIsMouseCapturedChanged(DependencyPropertyChangedEventArgs) |
Вызывается, когда необработанное событие IsMouseCapturedChanged возникает для этого элемента.Invoked when an unhandled IsMouseCapturedChanged event is raised on this element. Реализуйте этот метод, чтобы добавить для класса обработчик данного события.Implement this method to add class handling for this event. (Унаследовано от UIElement) |
OnIsMouseCaptureWithinChanged(DependencyPropertyChangedEventArgs) |
Вызывается, когда необработанное событие IsMouseCaptureWithinChanged возникает для этого элемента.Invoked when an unhandled IsMouseCaptureWithinChanged event is raised on this element. Реализуйте этот метод, чтобы добавить для класса обработчик данного события.Implement this method to add class handling for this event. (Унаследовано от UIElement) |
OnIsMouseDirectlyOverChanged(DependencyPropertyChangedEventArgs) |
Вызывается, когда необработанное событие IsMouseDirectlyOverChanged возникает для этого элемента.Invoked when an unhandled IsMouseDirectlyOverChanged event is raised on this element. Реализуйте этот метод, чтобы добавить для класса обработчик данного события.Implement this method to add class handling for this event. (Унаследовано от UIElement) |
OnIsStylusCapturedChanged(DependencyPropertyChangedEventArgs) |
Вызывается, когда необработанное событие IsStylusCapturedChanged возникает для этого элемента.Invoked when an unhandled IsStylusCapturedChanged event is raised on this element. Реализуйте этот метод, чтобы добавить для класса обработчик данного события.Implement this method to add class handling for this event. (Унаследовано от UIElement) |
OnIsStylusCaptureWithinChanged(DependencyPropertyChangedEventArgs) |
Вызывается, когда необработанное событие IsStylusCaptureWithinChanged возникает для этого элемента.Invoked when an unhandled IsStylusCaptureWithinChanged event is raised on this element. Реализуйте этот метод, чтобы добавить для класса обработчик данного события.Implement this method to add class handling for this event. (Унаследовано от UIElement) |
OnIsStylusDirectlyOverChanged(DependencyPropertyChangedEventArgs) |
Вызывается, когда необработанное событие IsStylusDirectlyOverChanged возникает для этого элемента.Invoked when an unhandled IsStylusDirectlyOverChanged event is raised on this element. Реализуйте этот метод, чтобы добавить для класса обработчик данного события.Implement this method to add class handling for this event. (Унаследовано от UIElement) |
OnKeyDown(KeyEventArgs) |
Вызывается, когда необработанное вложенное событие KeyDown встречает на своем маршруте элемент, производный от этого класса.Invoked when an unhandled KeyDown attached event reaches an element in its route that is derived from this class. Реализуйте этот метод, чтобы добавить для класса обработчик данного события.Implement this method to add class handling for this event. (Унаследовано от UIElement) |
OnKeyUp(KeyEventArgs) |
Вызывается, когда необработанное вложенное событие KeyUp встречает на своем маршруте элемент, производный от этого класса.Invoked when an unhandled KeyUp attached event reaches an element in its route that is derived from this class. Реализуйте этот метод, чтобы добавить для класса обработчик данного события.Implement this method to add class handling for this event. (Унаследовано от UIElement) |
OnLostFocus(RoutedEventArgs) |
Вызывает перенаправленное событие LostFocus с помощью предоставленных данных о событии.Raises the LostFocus routed event by using the event data that is provided. (Унаследовано от UIElement) |
OnLostKeyboardFocus(KeyboardFocusChangedEventArgs) |
Вызывается, когда необработанное вложенное событие LostKeyboardFocus встречает на своем маршруте элемент, производный от этого класса.Invoked when an unhandled LostKeyboardFocus attached event reaches an element in its route that is derived from this class. Реализуйте этот метод, чтобы добавить для класса обработчик данного события.Implement this method to add class handling for this event. (Унаследовано от UIElement) |
OnLostMouseCapture(MouseEventArgs) |
Вызывается, когда необработанное вложенное событие LostMouseCapture встречает на своем маршруте элемент, производный от этого класса.Invoked when an unhandled LostMouseCapture attached event reaches an element in its route that is derived from this class. Реализуйте этот метод, чтобы добавить для класса обработчик данного события.Implement this method to add class handling for this event. (Унаследовано от UIElement) |
OnLostStylusCapture(StylusEventArgs) |
Вызывается, когда необработанное вложенное событие LostStylusCapture встречает на своем маршруте элемент, производный от этого класса.Invoked when an unhandled LostStylusCapture attached event reaches an element in its route that is derived from this class. Реализуйте этот метод, чтобы добавить для класса обработчик данного события.Implement this method to add class handling for this event. (Унаследовано от UIElement) |
OnLostTouchCapture(TouchEventArgs) |
Предоставляет обработку класса для перенаправленного события LostTouchCapture, которое происходит при потере захвата сенсорного ввода данным элементом.Provides class handling for the LostTouchCapture routed event that occurs when this element loses a touch capture. (Унаследовано от UIElement) |
OnManipulationBoundaryFeedback(ManipulationBoundaryFeedbackEventArgs) |
Вызывается, когда происходит событие ManipulationBoundaryFeedback.Called when the ManipulationBoundaryFeedback event occurs. (Унаследовано от UIElement) |
OnManipulationCompleted(ManipulationCompletedEventArgs) |
Вызывается, когда происходит событие ManipulationCompleted.Called when the ManipulationCompleted event occurs. (Унаследовано от UIElement) |
OnManipulationDelta(ManipulationDeltaEventArgs) |
Вызывается, когда происходит событие ManipulationDelta.Called when the ManipulationDelta event occurs. (Унаследовано от UIElement) |
OnManipulationInertiaStarting(ManipulationInertiaStartingEventArgs) |
Вызывается, когда происходит событие ManipulationInertiaStarting.Called when the ManipulationInertiaStarting event occurs. (Унаследовано от UIElement) |
OnManipulationStarted(ManipulationStartedEventArgs) |
Вызывается, когда происходит событие ManipulationStarted.Called when the ManipulationStarted event occurs. (Унаследовано от UIElement) |
OnManipulationStarting(ManipulationStartingEventArgs) |
Обеспечивает обработку класса для перенаправленного события ManipulationStarting, происходящего при первоначальном создании процессора манипулирования.Provides class handling for the ManipulationStarting routed event that occurs when the manipulation processor is first created. (Унаследовано от UIElement) |
OnMouseDown(MouseButtonEventArgs) |
Вызывается, когда необработанное вложенное событие MouseDown встречает на своем маршруте элемент, производный от этого класса.Invoked when an unhandled MouseDown attached event reaches an element in its route that is derived from this class. Реализуйте этот метод, чтобы добавить для класса обработчик данного события.Implement this method to add class handling for this event. (Унаследовано от UIElement) |
OnMouseEnter(MouseEventArgs) |
Вызывается, когда необработанное присоединенное событие MouseEnter возникает для этого элемента.Invoked when an unhandled MouseEnter attached event is raised on this element. Реализуйте этот метод, чтобы добавить для класса обработчик данного события.Implement this method to add class handling for this event. (Унаследовано от UIElement) |
OnMouseLeave(MouseEventArgs) |
Вызывается, когда необработанное присоединенное событие MouseLeave возникает для этого элемента.Invoked when an unhandled MouseLeave attached event is raised on this element. Реализуйте этот метод, чтобы добавить для класса обработчик данного события.Implement this method to add class handling for this event. (Унаследовано от UIElement) |
OnMouseLeftButtonDown(MouseButtonEventArgs) |
Вызывается, когда необработанное перенаправленное событие MouseLeftButtonDown возникает для этого элемента.Invoked when an unhandled MouseLeftButtonDown routed event is raised on this element. Реализуйте этот метод, чтобы добавить для класса обработчик данного события.Implement this method to add class handling for this event. (Унаследовано от UIElement) |
OnMouseLeftButtonUp(MouseButtonEventArgs) |
Вызывается, когда необработанное перенаправленное событие MouseLeftButtonUp встречает на своем маршруте элемент, производный от этого класса.Invoked when an unhandled MouseLeftButtonUp routed event reaches an element in its route that is derived from this class. Реализуйте этот метод, чтобы добавить для класса обработчик данного события.Implement this method to add class handling for this event. (Унаследовано от UIElement) |
OnMouseMove(MouseEventArgs) |
Вызывается, когда необработанное вложенное событие MouseMove встречает на своем маршруте элемент, производный от этого класса.Invoked when an unhandled MouseMove attached event reaches an element in its route that is derived from this class. Реализуйте этот метод, чтобы добавить для класса обработчик данного события.Implement this method to add class handling for this event. (Унаследовано от UIElement) |
OnMouseRightButtonDown(MouseButtonEventArgs) |
Вызывается, когда необработанное перенаправленное событие MouseRightButtonDown встречает на своем маршруте элемент, производный от этого класса.Invoked when an unhandled MouseRightButtonDown routed event reaches an element in its route that is derived from this class. Реализуйте этот метод, чтобы добавить для класса обработчик данного события.Implement this method to add class handling for this event. (Унаследовано от UIElement) |
OnMouseRightButtonUp(MouseButtonEventArgs) |
Вызывается, когда необработанное перенаправленное событие MouseRightButtonUp встречает на своем маршруте элемент, производный от этого класса.Invoked when an unhandled MouseRightButtonUp routed event reaches an element in its route that is derived from this class. Реализуйте этот метод, чтобы добавить для класса обработчик данного события.Implement this method to add class handling for this event. (Унаследовано от UIElement) |
OnMouseUp(MouseButtonEventArgs) |
Вызывается, когда необработанное перенаправленное событие MouseUp встречает на своем маршруте элемент, производный от этого класса.Invoked when an unhandled MouseUp routed event reaches an element in its route that is derived from this class. Реализуйте этот метод, чтобы добавить для класса обработчик данного события.Implement this method to add class handling for this event. (Унаследовано от UIElement) |
OnMouseWheel(MouseWheelEventArgs) |
Вызывается, когда необработанное вложенное событие MouseWheel встречает на своем маршруте элемент, производный от этого класса.Invoked when an unhandled MouseWheel attached event reaches an element in its route that is derived from this class. Реализуйте этот метод, чтобы добавить для класса обработчик данного события.Implement this method to add class handling for this event. (Унаследовано от UIElement) |
OnPreviewDragEnter(DragEventArgs) |
Вызывается, когда необработанное вложенное событие PreviewDragEnter встречает на своем маршруте элемент, производный от этого класса.Invoked when an unhandled PreviewDragEnter attached event reaches an element in its route that is derived from this class. Реализуйте этот метод, чтобы добавить для класса обработчик данного события.Implement this method to add class handling for this event. (Унаследовано от UIElement) |
OnPreviewDragLeave(DragEventArgs) |
Вызывается, когда необработанное вложенное событие PreviewDragLeave встречает на своем маршруте элемент, производный от этого класса.Invoked when an unhandled PreviewDragLeave attached event reaches an element in its route that is derived from this class. Реализуйте этот метод, чтобы добавить для класса обработчик данного события.Implement this method to add class handling for this event. (Унаследовано от UIElement) |
OnPreviewDragOver(DragEventArgs) |
Вызывается, когда необработанное вложенное событие PreviewDragOver встречает на своем маршруте элемент, производный от этого класса.Invoked when an unhandled PreviewDragOver attached event reaches an element in its route that is derived from this class. Реализуйте этот метод, чтобы добавить для класса обработчик данного события.Implement this method to add class handling for this event. (Унаследовано от UIElement) |
OnPreviewDrop(DragEventArgs) |
Вызывается, когда необработанное вложенное событие PreviewDrop встречает на своем маршруте элемент, производный от этого класса.Invoked when an unhandled PreviewDrop attached event reaches an element in its route that is derived from this class. Реализуйте этот метод, чтобы добавить для класса обработчик данного события.Implement this method to add class handling for this event. (Унаследовано от UIElement) |
OnPreviewGiveFeedback(GiveFeedbackEventArgs) |
Вызывается, когда необработанное вложенное событие PreviewGiveFeedback встречает на своем маршруте элемент, производный от этого класса.Invoked when an unhandled PreviewGiveFeedback attached event reaches an element in its route that is derived from this class. Реализуйте этот метод, чтобы добавить для класса обработчик данного события.Implement this method to add class handling for this event. (Унаследовано от UIElement) |
OnPreviewGotKeyboardFocus(KeyboardFocusChangedEventArgs) |
Вызывается, когда необработанное вложенное событие PreviewGotKeyboardFocus встречает на своем маршруте элемент, производный от этого класса.Invoked when an unhandled PreviewGotKeyboardFocus attached event reaches an element in its route that is derived from this class. Реализуйте этот метод, чтобы добавить для класса обработчик данного события.Implement this method to add class handling for this event. (Унаследовано от UIElement) |
OnPreviewKeyDown(KeyEventArgs) |
Вызывается, когда необработанное вложенное событие PreviewKeyDown встречает на своем маршруте элемент, производный от этого класса.Invoked when an unhandled PreviewKeyDown attached event reaches an element in its route that is derived from this class. Реализуйте этот метод, чтобы добавить для класса обработчик данного события.Implement this method to add class handling for this event. (Унаследовано от UIElement) |
OnPreviewKeyUp(KeyEventArgs) |
Вызывается, когда необработанное вложенное событие PreviewKeyUp встречает на своем маршруте элемент, производный от этого класса.Invoked when an unhandled PreviewKeyUp attached event reaches an element in its route that is derived from this class. Реализуйте этот метод, чтобы добавить для класса обработчик данного события.Implement this method to add class handling for this event. (Унаследовано от UIElement) |
OnPreviewLostKeyboardFocus(KeyboardFocusChangedEventArgs) |
Вызывается, когда необработанное вложенное событие PreviewKeyDown встречает на своем маршруте элемент, производный от этого класса.Invoked when an unhandled PreviewKeyDown attached event reaches an element in its route that is derived from this class. Реализуйте этот метод, чтобы добавить для класса обработчик данного события.Implement this method to add class handling for this event. (Унаследовано от UIElement) |
OnPreviewMouseDown(MouseButtonEventArgs) |
Вызывается, когда необработанное присоединенное перенаправленное событие PreviewMouseDown встречает на своем маршруте элемент, производный от этого класса.Invoked when an unhandled PreviewMouseDown attached routed event reaches an element in its route that is derived from this class. Реализуйте этот метод, чтобы добавить для класса обработчик данного события.Implement this method to add class handling for this event. (Унаследовано от UIElement) |
OnPreviewMouseLeftButtonDown(MouseButtonEventArgs) |
Вызывается, когда необработанное перенаправленное событие PreviewMouseLeftButtonDown встречает на своем маршруте элемент, производный от этого класса.Invoked when an unhandled PreviewMouseLeftButtonDown routed event reaches an element in its route that is derived from this class. Реализуйте этот метод, чтобы добавить для класса обработчик данного события.Implement this method to add class handling for this event. (Унаследовано от UIElement) |
OnPreviewMouseLeftButtonUp(MouseButtonEventArgs) |
Вызывается, когда необработанное перенаправленное событие PreviewMouseLeftButtonUp встречает на своем маршруте элемент, производный от этого класса.Invoked when an unhandled PreviewMouseLeftButtonUp routed event reaches an element in its route that is derived from this class. Реализуйте этот метод, чтобы добавить для класса обработчик данного события.Implement this method to add class handling for this event. (Унаследовано от UIElement) |
OnPreviewMouseMove(MouseEventArgs) |
Вызывается, когда необработанное вложенное событие PreviewMouseMove встречает на своем маршруте элемент, производный от этого класса.Invoked when an unhandled PreviewMouseMove attached event reaches an element in its route that is derived from this class. Реализуйте этот метод, чтобы добавить для класса обработчик данного события.Implement this method to add class handling for this event. (Унаследовано от UIElement) |
OnPreviewMouseRightButtonDown(MouseButtonEventArgs) |
Вызывается, когда необработанное перенаправленное событие PreviewMouseRightButtonDown встречает на своем маршруте элемент, производный от этого класса.Invoked when an unhandled PreviewMouseRightButtonDown routed event reaches an element in its route that is derived from this class. Реализуйте этот метод, чтобы добавить для класса обработчик данного события.Implement this method to add class handling for this event. (Унаследовано от UIElement) |
OnPreviewMouseRightButtonUp(MouseButtonEventArgs) |
Вызывается, когда необработанное перенаправленное событие PreviewMouseRightButtonUp встречает на своем маршруте элемент, производный от этого класса.Invoked when an unhandled PreviewMouseRightButtonUp routed event reaches an element in its route that is derived from this class. Реализуйте этот метод, чтобы добавить для класса обработчик данного события.Implement this method to add class handling for this event. (Унаследовано от UIElement) |
OnPreviewMouseUp(MouseButtonEventArgs) |
Вызывается, когда необработанное вложенное событие PreviewMouseUp встречает на своем маршруте элемент, производный от этого класса.Invoked when an unhandled PreviewMouseUp attached event reaches an element in its route that is derived from this class. Реализуйте этот метод, чтобы добавить для класса обработчик данного события.Implement this method to add class handling for this event. (Унаследовано от UIElement) |
OnPreviewMouseWheel(MouseWheelEventArgs) |
Вызывается, когда необработанное вложенное событие PreviewMouseWheel встречает на своем маршруте элемент, производный от этого класса.Invoked when an unhandled PreviewMouseWheel attached event reaches an element in its route that is derived from this class. Реализуйте этот метод, чтобы добавить для класса обработчик данного события.Implement this method to add class handling for this event. (Унаследовано от UIElement) |
OnPreviewQueryContinueDrag(QueryContinueDragEventArgs) |
Вызывается, когда необработанное вложенное событие PreviewQueryContinueDrag встречает на своем маршруте элемент, производный от этого класса.Invoked when an unhandled PreviewQueryContinueDrag attached event reaches an element in its route that is derived from this class. Реализуйте этот метод, чтобы добавить для класса обработчик данного события.Implement this method to add class handling for this event. (Унаследовано от UIElement) |
OnPreviewStylusButtonDown(StylusButtonEventArgs) |
Вызывается, когда необработанное вложенное событие PreviewStylusButtonDown встречает на своем маршруте элемент, производный от этого класса.Invoked when an unhandled PreviewStylusButtonDown attached event reaches an element in its route that is derived from this class. Реализуйте этот метод, чтобы добавить для класса обработчик данного события.Implement this method to add class handling for this event. (Унаследовано от UIElement) |
OnPreviewStylusButtonUp(StylusButtonEventArgs) |
Вызывается, когда необработанное вложенное событие PreviewStylusButtonUp встречает на своем маршруте элемент, производный от этого класса.Invoked when an unhandled PreviewStylusButtonUp attached event reaches an element in its route that is derived from this class. Реализуйте этот метод, чтобы добавить для класса обработчик данного события.Implement this method to add class handling for this event. (Унаследовано от UIElement) |
OnPreviewStylusDown(StylusDownEventArgs) |
Вызывается, когда необработанное вложенное событие PreviewStylusDown встречает на своем маршруте элемент, производный от этого класса.Invoked when an unhandled PreviewStylusDown attached event reaches an element in its route that is derived from this class. Реализуйте этот метод, чтобы добавить для класса обработчик данного события.Implement this method to add class handling for this event. (Унаследовано от UIElement) |
OnPreviewStylusInAirMove(StylusEventArgs) |
Вызывается, когда необработанное вложенное событие PreviewStylusInAirMove встречает на своем маршруте элемент, производный от этого класса.Invoked when an unhandled PreviewStylusInAirMove attached event reaches an element in its route that is derived from this class. Реализуйте этот метод, чтобы добавить для класса обработчик данного события.Implement this method to add class handling for this event. (Унаследовано от UIElement) |
OnPreviewStylusInRange(StylusEventArgs) |
Вызывается, когда необработанное вложенное событие PreviewStylusInRange встречает на своем маршруте элемент, производный от этого класса.Invoked when an unhandled PreviewStylusInRange attached event reaches an element in its route that is derived from this class. Реализуйте этот метод, чтобы добавить для класса обработчик данного события.Implement this method to add class handling for this event. (Унаследовано от UIElement) |
OnPreviewStylusMove(StylusEventArgs) |
Вызывается, когда необработанное вложенное событие PreviewStylusMove встречает на своем маршруте элемент, производный от этого класса.Invoked when an unhandled PreviewStylusMove attached event reaches an element in its route that is derived from this class. Реализуйте этот метод, чтобы добавить для класса обработчик данного события.Implement this method to add class handling for this event. (Унаследовано от UIElement) |
OnPreviewStylusOutOfRange(StylusEventArgs) |
Вызывается, когда необработанное вложенное событие PreviewStylusOutOfRange встречает на своем маршруте элемент, производный от этого класса.Invoked when an unhandled PreviewStylusOutOfRange attached event reaches an element in its route that is derived from this class. Реализуйте этот метод, чтобы добавить для класса обработчик данного события.Implement this method to add class handling for this event. (Унаследовано от UIElement) |
OnPreviewStylusSystemGesture(StylusSystemGestureEventArgs) |
Вызывается, когда необработанное вложенное событие PreviewStylusSystemGesture встречает на своем маршруте элемент, производный от этого класса.Invoked when an unhandled PreviewStylusSystemGesture attached event reaches an element in its route that is derived from this class. Реализуйте этот метод, чтобы добавить для класса обработчик данного события.Implement this method to add class handling for this event. (Унаследовано от UIElement) |
OnPreviewStylusUp(StylusEventArgs) |
Вызывается, когда необработанное вложенное событие PreviewStylusUp встречает на своем маршруте элемент, производный от этого класса.Invoked when an unhandled PreviewStylusUp attached event reaches an element in its route that is derived from this class. Реализуйте этот метод, чтобы добавить для класса обработчик данного события.Implement this method to add class handling for this event. (Унаследовано от UIElement) |
OnPreviewTextInput(TextCompositionEventArgs) |
Вызывается, когда необработанное вложенное событие PreviewTextInput встречает на своем маршруте элемент, производный от этого класса.Invoked when an unhandled PreviewTextInput attached event reaches an element in its route that is derived from this class. Реализуйте этот метод, чтобы добавить для класса обработчик данного события.Implement this method to add class handling for this event. (Унаследовано от UIElement) |
OnPreviewTouchDown(TouchEventArgs) |
Предоставляет обработку класса для перенаправленного события PreviewTouchDown, которое происходит при сенсорном нажатии данного элемента.Provides class handling for the PreviewTouchDown routed event that occurs when a touch presses this element. (Унаследовано от UIElement) |
OnPreviewTouchMove(TouchEventArgs) |
Предоставляет обработку класса для маршрутизируемого события PreviewTouchMove, которое происходит при перемещении касания внутри этого элемента.Provides class handling for the PreviewTouchMove routed event that occurs when a touch moves while inside this element. (Унаследовано от UIElement) |
OnPreviewTouchUp(TouchEventArgs) |
Предоставляет обработку класса для перенаправленного события PreviewTouchUp, которое происходит при прекращении сенсорного нажатия внутри элемента.Provides class handling for the PreviewTouchUp routed event that occurs when a touch is released inside this element. (Унаследовано от UIElement) |
OnPropertyChanged(DependencyPropertyChangedEventArgs) |
Вызывается каждый раз, когда обновляется действительное значение любого свойства зависимостей для данного FrameworkElement.Invoked whenever the effective value of any dependency property on this FrameworkElement has been updated. Конкретное измененное свойство зависимостей сообщается в параметре аргументов.The specific dependency property that changed is reported in the arguments parameter. Переопределяет OnPropertyChanged(DependencyPropertyChangedEventArgs).Overrides OnPropertyChanged(DependencyPropertyChangedEventArgs). |
OnQueryContinueDrag(QueryContinueDragEventArgs) |
Вызывается, когда необработанное вложенное событие QueryContinueDrag встречает на своем маршруте элемент, производный от этого класса.Invoked when an unhandled QueryContinueDrag attached event reaches an element in its route that is derived from this class. Реализуйте этот метод, чтобы добавить для класса обработчик данного события.Implement this method to add class handling for this event. (Унаследовано от UIElement) |
OnQueryCursor(QueryCursorEventArgs) |
Вызывается, когда необработанное вложенное событие QueryCursor встречает на своем маршруте элемент, производный от этого класса.Invoked when an unhandled QueryCursor attached event reaches an element in its route that is derived from this class. Реализуйте этот метод, чтобы добавить для класса обработчик данного события.Implement this method to add class handling for this event. (Унаследовано от UIElement) |
OnRender(DrawingContext) |
При переопределении в производном классе участвует в операциях отрисовки, направляемых системой макета.When overridden in a derived class, participates in rendering operations that are directed by the layout system. Инструкции отрисовки для данного элемента не используются непосредственно при вызове данного метода, а вместо этого сохраняются для последующего асинхронного использования при структурировании и рисовании.The rendering instructions for this element are not used directly when this method is invoked, and are instead preserved for later asynchronous use by layout and drawing. (Унаследовано от UIElement) |
OnRenderSizeChanged(SizeChangedInfo) |
Вызывает событие SizeChanged, используя заданную информацию как часть итоговых данных события.Raises the SizeChanged event, using the specified information as part of the eventual event data. |
OnStyleChanged(Style, Style) |
Вызывается при изменении текущего стиля данного элемента, что ведет к недействительности структуры.Invoked when the style in use on this element changes, which will invalidate the layout. |
OnStylusButtonDown(StylusButtonEventArgs) |
Вызывается, когда необработанное вложенное событие StylusButtonDown встречает на своем маршруте элемент, производный от этого класса.Invoked when an unhandled StylusButtonDown attached event reaches an element in its route that is derived from this class. Реализуйте этот метод, чтобы добавить для класса обработчик данного события.Implement this method to add class handling for this event. (Унаследовано от UIElement) |
OnStylusButtonUp(StylusButtonEventArgs) |
Вызывается, когда необработанное вложенное событие StylusButtonUp встречает на своем маршруте элемент, производный от этого класса.Invoked when an unhandled StylusButtonUp attached event reaches an element in its route that is derived from this class. Реализуйте этот метод, чтобы добавить для класса обработчик данного события.Implement this method to add class handling for this event. (Унаследовано от UIElement) |
OnStylusDown(StylusDownEventArgs) |
Вызывается, когда необработанное вложенное событие StylusDown встречает на своем маршруте элемент, производный от этого класса.Invoked when an unhandled StylusDown attached event reaches an element in its route that is derived from this class. Реализуйте этот метод, чтобы добавить для класса обработчик данного события.Implement this method to add class handling for this event. (Унаследовано от UIElement) |
OnStylusEnter(StylusEventArgs) |
Вызывается, когда необработанное вложенное событие StylusEnter вызывается этим элементом.Invoked when an unhandled StylusEnter attached event is raised by this element. Реализуйте этот метод, чтобы добавить для класса обработчик данного события.Implement this method to add class handling for this event. (Унаследовано от UIElement) |
OnStylusInAirMove(StylusEventArgs) |
Вызывается, когда необработанное вложенное событие StylusInAirMove встречает на своем маршруте элемент, производный от этого класса.Invoked when an unhandled StylusInAirMove attached event reaches an element in its route that is derived from this class. Реализуйте этот метод, чтобы добавить для класса обработчик данного события.Implement this method to add class handling for this event. (Унаследовано от UIElement) |
OnStylusInRange(StylusEventArgs) |
Вызывается, когда необработанное вложенное событие StylusInRange встречает на своем маршруте элемент, производный от этого класса.Invoked when an unhandled StylusInRange attached event reaches an element in its route that is derived from this class. Реализуйте этот метод, чтобы добавить для класса обработчик данного события.Implement this method to add class handling for this event. (Унаследовано от UIElement) |
OnStylusLeave(StylusEventArgs) |
Вызывается, когда необработанное вложенное событие StylusLeave вызывается этим элементом.Invoked when an unhandled StylusLeave attached event is raised by this element. Реализуйте этот метод, чтобы добавить для класса обработчик данного события.Implement this method to add class handling for this event. (Унаследовано от UIElement) |
OnStylusMove(StylusEventArgs) |
Вызывается, когда необработанное вложенное событие StylusMove встречает на своем маршруте элемент, производный от этого класса.Invoked when an unhandled StylusMove attached event reaches an element in its route that is derived from this class. Реализуйте этот метод, чтобы добавить для класса обработчик данного события.Implement this method to add class handling for this event. (Унаследовано от UIElement) |
OnStylusOutOfRange(StylusEventArgs) |
Вызывается, когда необработанное вложенное событие StylusOutOfRange встречает на своем маршруте элемент, производный от этого класса.Invoked when an unhandled StylusOutOfRange attached event reaches an element in its route that is derived from this class. Реализуйте этот метод, чтобы добавить для класса обработчик данного события.Implement this method to add class handling for this event. (Унаследовано от UIElement) |
OnStylusSystemGesture(StylusSystemGestureEventArgs) |
Вызывается, когда необработанное вложенное событие StylusSystemGesture встречает на своем маршруте элемент, производный от этого класса.Invoked when an unhandled StylusSystemGesture attached event reaches an element in its route that is derived from this class. Реализуйте этот метод, чтобы добавить для класса обработчик данного события.Implement this method to add class handling for this event. (Унаследовано от UIElement) |
OnStylusUp(StylusEventArgs) |
Вызывается, когда необработанное вложенное событие StylusUp встречает на своем маршруте элемент, производный от этого класса.Invoked when an unhandled StylusUp attached event reaches an element in its route that is derived from this class. Реализуйте этот метод, чтобы добавить для класса обработчик данного события.Implement this method to add class handling for this event. (Унаследовано от UIElement) |
OnTextInput(TextCompositionEventArgs) |
Вызывается, когда необработанное вложенное событие TextInput встречает на своем маршруте элемент, производный от этого класса.Invoked when an unhandled TextInput attached event reaches an element in its route that is derived from this class. Реализуйте этот метод, чтобы добавить для класса обработчик данного события.Implement this method to add class handling for this event. (Унаследовано от UIElement) |
OnToolTipClosing(ToolTipEventArgs) |
Вызывается, когда необработанное перенаправленное событие ToolTipClosing достигает этого класса на своем пути.Invoked whenever an unhandled ToolTipClosing routed event reaches this class in its route. Реализуйте этот метод, чтобы добавить для класса обработчик данного события.Implement this method to add class handling for this event. |
OnToolTipOpening(ToolTipEventArgs) |
Вызывается, когда перенаправленное событие ToolTipOpening достигает этого класса на своем пути.Invoked whenever the ToolTipOpening routed event reaches this class in its route. Реализуйте этот метод, чтобы добавить для класса обработчик данного события.Implement this method to add class handling for this event. |
OnTouchDown(TouchEventArgs) |
Предоставляет обработку класса для перенаправленного события TouchDown, которое происходит при сенсорном нажатии внутри данного элемента.Provides class handling for the TouchDown routed event that occurs when a touch presses inside this element. (Унаследовано от UIElement) |
OnTouchEnter(TouchEventArgs) |
Предоставляет обработку класса для перенаправленного события TouchEnter, которое происходит при сенсорном перемещении внутрь данного элемента.Provides class handling for the TouchEnter routed event that occurs when a touch moves from outside to inside the bounds of this element. (Унаследовано от UIElement) |
OnTouchLeave(TouchEventArgs) |
Предоставляет обработку класса для перенаправленного события TouchLeave, которое происходит при сенсорном перемещении из данного элемента UIElement за его пределы.Provides class handling for the TouchLeave routed event that occurs when a touch moves from inside to outside the bounds of this UIElement. (Унаследовано от UIElement) |
OnTouchMove(TouchEventArgs) |
Предоставляет обработку класса для маршрутизируемого события TouchMove, которое происходит при перемещении касания внутри этого элемента.Provides class handling for the TouchMove routed event that occurs when a touch moves while inside this element. (Унаследовано от UIElement) |
OnTouchUp(TouchEventArgs) |
Предоставляет обработку класса для перенаправленного события TouchUp, которое происходит при прекращении сенсорного нажатия внутри элемента.Provides class handling for the TouchUp routed event that occurs when a touch is released inside this element. (Унаследовано от UIElement) |
OnVisualChildrenChanged(DependencyObject, DependencyObject) |
Вызывается при изменении коллекции VisualCollection визуального объекта.Called when the VisualCollection of the visual object is modified. (Унаследовано от Visual) |
OnVisualParentChanged(DependencyObject) |
Вызывается при изменении родителя данного элемента в визуальном дереве.Invoked when the parent of this element in the visual tree is changed. Переопределяет OnVisualParentChanged(DependencyObject).Overrides OnVisualParentChanged(DependencyObject). |
ParentLayoutInvalidated(UIElement) |
Поддерживает реализации инкрементного макета в специализированных подклассах FrameworkElement.Supports incremental layout implementations in specialized subclasses of FrameworkElement. МетодParentLayoutInvalidated(UIElement) вызывается, когда дочерний элемент делает недействительным свойство, помеченное в метаданных как влияющее на проходы измерения или компоновки родительского элемента во время структурирования.ParentLayoutInvalidated(UIElement) is invoked when a child element has invalidated a property that is marked in metadata as affecting the parent's measure or arrange passes during layout. |
PointFromScreen(Point) |
Преобразовывает объект Point в экранных координатах в объект Point, представляющий текущую систему координат Visual.Converts a Point in screen coordinates into a Point that represents the current coordinate system of the Visual. (Унаследовано от Visual) |
PointToScreen(Point) |
Преобразовывает объект Point, представляющий текущую систему координат объекта Visual, в объект Point в экранных координатах.Converts a Point that represents the current coordinate system of the Visual into a Point in screen coordinates. (Унаследовано от Visual) |
PredictFocus(FocusNavigationDirection) |
Определяет следующий элемент, который получит фокус, относительно данного элемента для указанного направления движения фокуса, но реально фокус не перемещает.Determines the next element that would receive focus relative to this element for a provided focus movement direction, but does not actually move the focus. |
RaiseEvent(RoutedEventArgs) |
Инициирует определенное перенаправленное событие.Raises a specific routed event. Инициируемое событие RoutedEvent указывается в предоставленном экземпляре RoutedEventArgs (как свойство RoutedEvent данных этого события).The RoutedEvent to be raised is identified within the RoutedEventArgs instance that is provided (as the RoutedEvent property of that event data). (Унаследовано от UIElement) |
ReadLocalValue(DependencyProperty) |
Возвращает локальное значение свойства зависимостей, если таковое существует.Returns the local value of a dependency property, if it exists. (Унаследовано от DependencyObject) |
RegisterName(String, Object) |
Предоставляет метод доступа, упрощающий доступ к методу регистрации NameScope.Provides an accessor that simplifies access to the NameScope registration method. |
ReleaseAllTouchCaptures() |
Освобождает все полученные сенсорные устройства для данного элемента.Releases all captured touch devices from this element. (Унаследовано от UIElement) |
ReleaseMouseCapture() |
Освобождает мышь, если элемент произвел ее захват.Releases the mouse capture, if this element held the capture. (Унаследовано от UIElement) |
ReleaseStylusCapture() |
Освобождает перо, если элемент произвел его захват.Releases the stylus device capture, if this element held the capture. (Унаследовано от UIElement) |
ReleaseTouchCapture(TouchDevice) |
Предпринимает попытку освободить заданное сенсорное устройство из этого элемента.Attempts to release the specified touch device from this element. (Унаследовано от UIElement) |
RemoveHandler(RoutedEvent, Delegate) |
Удаляет указанный обработчик маршрутизируемого события из этого элемента.Removes the specified routed event handler from this element. (Унаследовано от UIElement) |
RemoveLogicalChild(Object) |
Удаляет предоставленный объект из логического дерева этого элемента.Removes the provided object from this element's logical tree. FrameworkElement обновляет затронутые указатели в логическом дереве для синхронизации с данным удалением.FrameworkElement updates the affected logical tree parent pointers to keep in sync with this deletion. |
RemoveVisualChild(Visual) |
Удаляет связь "родитель-потомок" между двумя визуальными объектами.Removes the parent-child relationship between two visuals. (Унаследовано от Visual) |
SetBinding(DependencyProperty, BindingBase) |
Прикрепляет привязку к данному элементу на основе предоставленной привязки объекта.Attaches a binding to this element, based on the provided binding object. |
SetBinding(DependencyProperty, String) |
Прикрепляет привязку к данному элементу на основе указанного имени исходного свойства в виде классификационного пути к источнику данных.Attaches a binding to this element, based on the provided source property name as a path qualification to the data source. |
SetCurrentValue(DependencyProperty, Object) |
Задает значение свойства зависимостей, не меняя источник значения.Sets the value of a dependency property without changing its value source. (Унаследовано от DependencyObject) |
SetFlowDirection(DependencyObject, FlowDirection) |
Задает значение присоединенного свойства FlowDirection указанного элемента.Sets the value of the FlowDirection attached property for the provided element. |
SetResourceReference(DependencyProperty, Object) |
Выполняет поиск ресурса по указанному имени и устанавливает ссылку на этот ресурс для указанного свойства.Searches for a resource with the specified name and sets up a resource reference to it for the specified property. |
SetValue(DependencyProperty, Object) |
Задает локальное значение свойства зависимостей, указанного идентификатором этого свойства.Sets the local value of a dependency property, specified by its dependency property identifier. (Унаследовано от DependencyObject) |
SetValue(DependencyPropertyKey, Object) |
Задает локальное значение свойства зависимости только для чтения, определяемое идентификатором DependencyPropertyKey свойства зависимостей.Sets the local value of a read-only dependency property, specified by the DependencyPropertyKey identifier of the dependency property. (Унаследовано от DependencyObject) |
ShouldSerializeCommandBindings() |
Возвращает логическое значение, указывающее, следует ли процессам сериализации сериализировать содержимое свойства CommandBindings в экземплярах данного класса.Returns whether serialization processes should serialize the contents of the CommandBindings property on instances of this class. (Унаследовано от UIElement) |
ShouldSerializeInputBindings() |
Возвращает логическое значение, указывающее, следует ли процессам сериализации сериализировать содержимое свойства InputBindings в экземплярах данного класса.Returns whether serialization processes should serialize the contents of the InputBindings property on instances of this class. (Унаследовано от UIElement) |
ShouldSerializeProperty(DependencyProperty) |
Возвращает значение, которое указывает, следует ли процессам сериализации выполнять сериализацию значения для предоставленного свойства зависимостей.Returns a value that indicates whether serialization processes should serialize the value for the provided dependency property. (Унаследовано от DependencyObject) |
ShouldSerializeResources() |
Возвращает логическое значение, указывающее, следует ли процессам сериализации сериализировать содержимое свойства Resources.Returns whether serialization processes should serialize the contents of the Resources property. |
ShouldSerializeStyle() |
Возвращает логическое значение, указывающее, следует ли процессам сериализации сериализировать содержимое свойства Style.Returns whether serialization processes should serialize the contents of the Style property. |
ShouldSerializeTriggers() |
Возвращает логическое значение, указывающее, следует ли процессам сериализации сериализировать содержимое свойства Triggers.Returns whether serialization processes should serialize the contents of the Triggers property. |
ToString() |
Возвращает строку, представляющую текущий объект.Returns a string that represents the current object. (Унаследовано от Object) |
TransformToAncestor(Visual) |
Возвращает преобразование, которое может использоваться для преобразования координат этого объекта Visual в координаты заданного предка визуального объекта Visual.Returns a transform that can be used to transform coordinates from the Visual to the specified Visual ancestor of the visual object. (Унаследовано от Visual) |
TransformToAncestor(Visual3D) |
Возвращает преобразование, которое может использоваться для преобразования координат этого объекта Visual в координаты заданного предка визуального объекта Visual3D.Returns a transform that can be used to transform coordinates from the Visual to the specified Visual3D ancestor of the visual object. (Унаследовано от Visual) |
TransformToDescendant(Visual) |
Возвращает преобразование, которое может использоваться для преобразования координат этого объекта Visual в координаты заданного потомка визуального объекта.Returns a transform that can be used to transform coordinates from the Visual to the specified visual object descendant. (Унаследовано от Visual) |
TransformToVisual(Visual) |
Возвращает преобразование, которое может использоваться для преобразования координат этого объекта Visual в координаты заданного визуального объекта.Returns a transform that can be used to transform coordinates from the Visual to the specified visual object. (Унаследовано от Visual) |
TranslatePoint(Point, UIElement) |
Преобразует точку относительно данного элемента в координаты относительно указанного элемента.Translates a point relative to this element to coordinates that are relative to the specified element. (Унаследовано от UIElement) |
TryFindResource(Object) |
Ищет ресурс с указанным ключом и возвращает его, если он найден.Searches for a resource with the specified key, and returns that resource if found. |
UnregisterName(String) |
Упрощает доступ к методу отмены регистрации NameScope.Simplifies access to the NameScope de-registration method. |
UpdateDefaultStyle() |
Повторно применяет стиль по умолчанию к текущему объекту FrameworkElement.Reapplies the default style to the current FrameworkElement. |
UpdateLayout() |
Обеспечивает правильное обновление всех визуальных дочерних элементов данного элемента для структуры.Ensures that all visual child elements of this element are properly updated for layout. (Унаследовано от UIElement) |
VerifyAccess() |
Обеспечивает наличие у вызывающего потока доступ к этому DispatcherObject.Enforces that the calling thread has access to this DispatcherObject. (Унаследовано от DispatcherObject) |
События
ContextMenuClosing |
Происходит непосредственно перед закрытием какого-либо контекстного меню в элементе.Occurs just before any context menu on the element is closed. |
ContextMenuOpening |
Происходит при открытии какого-либо контекстного меню в элементе.Occurs when any context menu on the element is opened. |
DataContextChanged |
Происходит при изменении контекста данных для элемента.Occurs when the data context for this element changes. |
DragEnter |
Возникает, когда система ввода сообщает о соответствующем событии перетаскивания, имеющем в качестве источника перетаскивания этот элемент.Occurs when the input system reports an underlying drag event with this element as the drag target. (Унаследовано от UIElement) |
DragLeave |
Возникает, когда система ввода сообщает о соответствующем событии перетаскивания, имеющем в качестве источника перетаскивания этот элемент.Occurs when the input system reports an underlying drag event with this element as the drag origin. (Унаследовано от UIElement) |
DragOver |
Происходит, когда подсистема ввода сообщает о соответствующем событии перетаскивания, имеющем в качестве потенциальной цели данный элемент.Occurs when the input system reports an underlying drag event with this element as the potential drop target. (Унаследовано от UIElement) |
Drop |
Происходит, когда система ввода сообщает о базовом событии удаления с этим элементом в качестве цели удаления.Occurs when the input system reports an underlying drop event with this element as the drop target. (Унаследовано от UIElement) |
FocusableChanged |
Происходит при изменении значения свойства Focusable.Occurs when the value of the Focusable property changes. (Унаследовано от UIElement) |
GiveFeedback |
Происходит, когда подсистема ввода сообщает о соответствующем событии перетаскивания, в котором участвует данный элемент.Occurs when the input system reports an underlying drag-and-drop event that involves this element. (Унаследовано от UIElement) |
GotFocus |
Происходит при получении данным элементом логического фокуса.Occurs when this element gets logical focus. (Унаследовано от UIElement) |
GotKeyboardFocus |
Происходит при получении данным элементом фокуса ввода с клавиатуры.Occurs when the keyboard is focused on this element. (Унаследовано от UIElement) |
GotMouseCapture |
Происходит при захвате мыши данным элементом.Occurs when this element captures the mouse. (Унаследовано от UIElement) |
GotStylusCapture |
Происходит при захвате пера данным элементом.Occurs when this element captures the stylus. (Унаследовано от UIElement) |
GotTouchCapture |
Происходит при получении данным элементом операции сенсорного ввода.Occurs when a touch is captured to this element. (Унаследовано от UIElement) |
Initialized |
Происходит во время инициализации данного FrameworkElement.Occurs when this FrameworkElement is initialized. Данное событие совпадает со случаями, когда значение свойства IsInitialized изменяется с |
IsEnabledChanged |
Происходит при изменении значения свойства IsEnabled данного элемента.Occurs when the value of the IsEnabled property on this element changes. (Унаследовано от UIElement) |
IsHitTestVisibleChanged |
Происходит при изменении значения свойства зависимостей IsHitTestVisible данного элемента.Occurs when the value of the IsHitTestVisible dependency property changes on this element. (Унаследовано от UIElement) |
IsKeyboardFocusedChanged |
Происходит при изменении значения свойства IsKeyboardFocused данного элемента.Occurs when the value of the IsKeyboardFocused property changes on this element. (Унаследовано от UIElement) |
IsKeyboardFocusWithinChanged |
Происходит при изменении значения свойства IsKeyboardFocusWithin данного элемента.Occurs when the value of the IsKeyboardFocusWithin property changes on this element. (Унаследовано от UIElement) |
IsMouseCapturedChanged |
Происходит при изменении значения свойства IsMouseCaptured данного элемента.Occurs when the value of the IsMouseCaptured property changes on this element. (Унаследовано от UIElement) |
IsMouseCaptureWithinChanged |
Происходит при изменении значения поля IsMouseCaptureWithinProperty данного элемента.Occurs when the value of the IsMouseCaptureWithinProperty changes on this element. (Унаследовано от UIElement) |
IsMouseDirectlyOverChanged |
Происходит при изменении значения свойства IsMouseDirectlyOver данного элемента.Occurs when the value of the IsMouseDirectlyOver property changes on this element. (Унаследовано от UIElement) |
IsStylusCapturedChanged |
Происходит при изменении значения свойства IsStylusCaptured данного элемента.Occurs when the value of the IsStylusCaptured property changes on this element. (Унаследовано от UIElement) |
IsStylusCaptureWithinChanged |
Происходит при изменении значения свойства IsStylusCaptureWithin данного элемента.Occurs when the value of the IsStylusCaptureWithin property changes on this element. (Унаследовано от UIElement) |
IsStylusDirectlyOverChanged |
Происходит при изменении значения свойства IsStylusDirectlyOver данного элемента.Occurs when the value of the IsStylusDirectlyOver property changes on this element. (Унаследовано от UIElement) |
IsVisibleChanged |
Происходит при изменении значения свойства IsVisible данного элемента.Occurs when the value of the IsVisible property changes on this element. (Унаследовано от UIElement) |
KeyDown |
Возникает при нажатии клавиши, если фокус установлен на данном элементе.Occurs when a key is pressed while focus is on this element. (Унаследовано от UIElement) |
KeyUp |
Происходит при отпускании клавиши, если фокус находится на этом элементе.Occurs when a key is released while focus is on this element. (Унаследовано от UIElement) |
LayoutUpdated |
Происходит при изменении структуры различных визуальных элементов, связанных с текущим Dispatcher.Occurs when the layout of the various visual elements associated with the current Dispatcher changes. (Унаследовано от UIElement) |
Loaded |
Происходит, если элемент размещен, отрисован и готов к взаимодействию.Occurs when the element is laid out, rendered, and ready for interaction. |
LostFocus |
Происходит при потере данным элементом логического фокуса.Occurs when this element loses logical focus. (Унаследовано от UIElement) |
LostKeyboardFocus |
Происходит при потере данным элементом фокуса клавиатуры.Occurs when the keyboard is no longer focused on this element,. (Унаследовано от UIElement) |
LostMouseCapture |
Происходит при потере элементом захвата мыши.Occurs when this element loses mouse capture. (Унаследовано от UIElement) |
LostStylusCapture |
Происходит при потере элементом захвата пера.Occurs when this element loses stylus capture. (Унаследовано от UIElement) |
LostTouchCapture |
Происходит, когда элемент теряет касание.Occurs when this element loses a touch capture. (Унаследовано от UIElement) |
ManipulationBoundaryFeedback |
Происходит, когда манипуляция сталкивается с границей.Occurs when the manipulation encounters a boundary. (Унаследовано от UIElement) |
ManipulationCompleted |
Происходит, когда манипуляция над объектом UIElement и инерция завершены.Occurs when a manipulation and inertia on the UIElement object is complete. (Унаследовано от UIElement) |
ManipulationDelta |
Происходит, когда устройство ввода меняет положение в процессе манипуляции.Occurs when the input device changes position during a manipulation. (Унаследовано от UIElement) |
ManipulationInertiaStarting |
Происходит, когда устройство ввода теряет контакт с объектом UIElement в процессе манипуляции и начинается инерция.Occurs when the input device loses contact with the UIElement object during a manipulation and inertia begins. (Унаследовано от UIElement) |
ManipulationStarted |
Происходит, когда устройство ввода начинает совершать манипуляцию над объектом UIElement.Occurs when an input device begins a manipulation on the UIElement object. (Унаследовано от UIElement) |
ManipulationStarting |
Происходит при первоначальном создании процессора манипулирования.Occurs when the manipulation processor is first created. (Унаследовано от UIElement) |
MouseDown |
Происходит при нажатии любой кнопки мыши в тот момент, когда указатель мыши находится над данным элементом.Occurs when any mouse button is pressed while the pointer is over this element. (Унаследовано от UIElement) |
MouseEnter |
Происходит, когда указатель мыши попадает внутрь границ данного элемента.Occurs when the mouse pointer enters the bounds of this element. (Унаследовано от UIElement) |
MouseLeave |
Происходит, когда указатель мыши покидает границы данного элемента.Occurs when the mouse pointer leaves the bounds of this element. (Унаследовано от UIElement) |
MouseLeftButtonDown |
Происходит при нажатии левой кнопки мыши в тот момент, когда указатель мыши находится над данным элементом.Occurs when the left mouse button is pressed while the mouse pointer is over this element. (Унаследовано от UIElement) |
MouseLeftButtonUp |
Происходит при отпускании левой кнопки мыши в тот момент, когда указатель мыши находится над данным элементом.Occurs when the left mouse button is released while the mouse pointer is over this element. (Унаследовано от UIElement) |
MouseMove |
Происходит при перемещении указателя мыши над данным элементом.Occurs when the mouse pointer moves while over this element. (Унаследовано от UIElement) |
MouseRightButtonDown |
Происходит при нажатии правой кнопки мыши в тот момент, когда указатель мыши находится над данным элементом.Occurs when the right mouse button is pressed while the mouse pointer is over this element. (Унаследовано от UIElement) |
MouseRightButtonUp |
Происходит при отпускании правой кнопки мыши в тот момент, когда указатель мыши находится над данным элементом.Occurs when the right mouse button is released while the mouse pointer is over this element. (Унаследовано от UIElement) |
MouseUp |
Происходит при отпускании любой кнопки мыши в тот момент, когда указатель мыши находится над данным элементом.Occurs when any mouse button is released over this element. (Унаследовано от UIElement) |
MouseWheel |
Происходит при вращении колесика мыши в тот момент, когда указатель мыши находится над данным элементом.Occurs when the user rotates the mouse wheel while the mouse pointer is over this element. (Унаследовано от UIElement) |
PreviewDragEnter |
Возникает, когда система ввода сообщает о соответствующем событии перетаскивания, имеющем в качестве источника перетаскивания этот элемент.Occurs when the input system reports an underlying drag event with this element as the drag target. (Унаследовано от UIElement) |
PreviewDragLeave |
Возникает, когда система ввода сообщает о соответствующем событии перетаскивания, имеющем в качестве источника перетаскивания этот элемент.Occurs when the input system reports an underlying drag event with this element as the drag origin. (Унаследовано от UIElement) |
PreviewDragOver |
Происходит, когда подсистема ввода сообщает о соответствующем событии перетаскивания, имеющем в качестве потенциальной цели данный элемент.Occurs when the input system reports an underlying drag event with this element as the potential drop target. (Унаследовано от UIElement) |
PreviewDrop |
Происходит, когда система ввода сообщает о базовом событии удаления с этим элементом в качестве цели удаления.Occurs when the input system reports an underlying drop event with this element as the drop target. (Унаследовано от UIElement) |
PreviewGiveFeedback |
Происходит при начале операции перетаскивания.Occurs when a drag-and-drop operation is started. (Унаследовано от UIElement) |
PreviewGotKeyboardFocus |
Происходит при получении данным элементом фокуса ввода с клавиатуры.Occurs when the keyboard is focused on this element. (Унаследовано от UIElement) |
PreviewKeyDown |
Возникает при нажатии клавиши, если фокус установлен на данном элементе.Occurs when a key is pressed while focus is on this element. (Унаследовано от UIElement) |
PreviewKeyUp |
Происходит при отпускании клавиши, если фокус находится на этом элементе.Occurs when a key is released while focus is on this element. (Унаследовано от UIElement) |
PreviewLostKeyboardFocus |
Происходит при потере данным элементом фокуса ввода с клавиатуры.Occurs when the keyboard is no longer focused on this element. (Унаследовано от UIElement) |
PreviewMouseDown |
Происходит при нажатии любой кнопки мыши в тот момент, когда указатель мыши находится над данным элементом.Occurs when any mouse button is pressed while the pointer is over this element. (Унаследовано от UIElement) |
PreviewMouseLeftButtonDown |
Происходит при нажатии левой кнопки мыши в тот момент, когда указатель мыши находится над данным элементом.Occurs when the left mouse button is pressed while the mouse pointer is over this element. (Унаследовано от UIElement) |
PreviewMouseLeftButtonUp |
Происходит при отпускании левой кнопки мыши в тот момент, когда указатель мыши находится над данным элементом.Occurs when the left mouse button is released while the mouse pointer is over this element. (Унаследовано от UIElement) |
PreviewMouseMove |
Происходит при перемещении указателя мыши, когда он находится над данным элементом.Occurs when the mouse pointer moves while the mouse pointer is over this element. (Унаследовано от UIElement) |
PreviewMouseRightButtonDown |
Происходит при нажатии правой кнопки мыши в тот момент, когда указатель мыши находится над данным элементом.Occurs when the right mouse button is pressed while the mouse pointer is over this element. (Унаследовано от UIElement) |
PreviewMouseRightButtonUp |
Происходит при отпускании правой кнопки мыши в тот момент, когда указатель мыши находится над данным элементом.Occurs when the right mouse button is released while the mouse pointer is over this element. (Унаследовано от UIElement) |
PreviewMouseUp |
Происходит при отпускании любой кнопки мыши в тот момент, когда указатель мыши находится над данным элементом.Occurs when any mouse button is released while the mouse pointer is over this element. (Унаследовано от UIElement) |
PreviewMouseWheel |
Происходит при вращении колесика мыши в тот момент, когда указатель мыши находится над данным элементом.Occurs when the user rotates the mouse wheel while the mouse pointer is over this element. (Унаследовано от UIElement) |
PreviewQueryContinueDrag |
Происходит, когда состояние клавиши или кнопки мыши изменяется в ходе операции перетаскивания.Occurs when there is a change in the keyboard or mouse button state during a drag-and-drop operation. (Унаследовано от UIElement) |
PreviewStylusButtonDown |
Происходит при нажатии кнопки пера в тот момент, когда указатель находится над данным элементом.Occurs when the stylus button is pressed while the pointer is over this element. (Унаследовано от UIElement) |
PreviewStylusButtonUp |
Происходит при отпускании кнопки пера в тот момент, когда указатель находится над данным элементом.Occurs when the stylus button is released while the pointer is over this element. (Унаследовано от UIElement) |
PreviewStylusDown |
Происходит при касании дигитайзера пером в тот момент, когда оно находится над данным элементом.Occurs when the stylus touches the digitizer while it is over this element. (Унаследовано от UIElement) |
PreviewStylusInAirMove |
Происходит при движении пера над элементом без касания дигитайзера.Occurs when the stylus moves over an element without actually touching the digitizer. (Унаследовано от UIElement) |
PreviewStylusInRange |
Происходит при нахождении пера над данным элементом достаточно близко для того, чтобы перо было обнаружено дигитайзером.Occurs when the stylus is close enough to the digitizer to be detected, while over this element. (Унаследовано от UIElement) |
PreviewStylusMove |
Происходит при перемещении пера над элементом.Occurs when the stylus moves while over the element. Для вызова этого события перемещаемое перо должно быть обнаружено дигитайзером; в противном случае вызывается PreviewStylusInAirMove.The stylus must move while being detected by the digitizer to raise this event, otherwise, PreviewStylusInAirMove is raised instead. (Унаследовано от UIElement) |
PreviewStylusOutOfRange |
Происходит, когда перо находится слишком далеко от дигитайзера, чтобы быть обнаруженным.Occurs when the stylus is too far from the digitizer to be detected. (Унаследовано от UIElement) |
PreviewStylusSystemGesture |
Происходит при использовании пользователем одного из жестов пером.Occurs when a user performs one of several stylus gestures. (Унаследовано от UIElement) |
PreviewStylusUp |
Происходит, когда пользователь отрывает перо от поверхности дигитайзера в тот момент, когда оно находится над этим элементом.Occurs when the user raises the stylus off the digitizer while the stylus is over this element. (Унаследовано от UIElement) |
PreviewTextInput |
Происходит при получении этим элементом текста аппаратно-независимым способом.Occurs when this element gets text in a device-independent manner. (Унаследовано от UIElement) |
PreviewTouchDown |
Происходит при касании пальцем экрана, когда палец находится над данным элементом.Occurs when a finger touches the screen while the finger is over this element. (Унаследовано от UIElement) |
PreviewTouchMove |
Возникает при перемещении пальца по экрану при условии, если палец находится над данным элементом.Occurs when a finger moves on the screen while the finger is over this element. (Унаследовано от UIElement) |
PreviewTouchUp |
Возникает, когда палец отрывается от экрана при условии, что палец находится над этим элементом.Occurs when a finger is raised off of the screen while the finger is over this element. (Унаследовано от UIElement) |
QueryContinueDrag |
Происходит, когда состояние клавиши или кнопки мыши изменяется в ходе операции перетаскивания.Occurs when there is a change in the keyboard or mouse button state during a drag-and-drop operation. (Унаследовано от UIElement) |
QueryCursor |
Происходит при запросе отображения курсора.Occurs when the cursor is requested to display. Это событие возникает для элемента каждый раз, когда указатель мыши перемещается в новое положение, что может послужить причиной изменения его внешнего вида.This event is raised on an element each time that the mouse pointer moves to a new location, which means the cursor object might need to be changed based on its new position. (Унаследовано от UIElement) |
RequestBringIntoView |
Происходит при вызове метода BringIntoView(Rect) в данном элементе.Occurs when BringIntoView(Rect) is called on this element. |
SizeChanged |
Происходит при изменении значения любого из свойств ActualHeight или ActualWidth данного элемента.Occurs when either the ActualHeight or the ActualWidth properties change value on this element. |
SourceUpdated |
Происходит при изменении исходного значения любого существующего свойства, привязанного к данному элементу.Occurs when the source value changes for any existing property binding on this element. |
StylusButtonDown |
Происходит при нажатии кнопки пера в тот момент, когда указатель находится над данным элементом.Occurs when the stylus button is pressed while the pointer is over this element. (Унаследовано от UIElement) |
StylusButtonUp |
Происходит при отпускании кнопки пера в тот момент, когда указатель находится над данным элементом.Occurs when the stylus button is released while the pointer is over this element. (Унаследовано от UIElement) |
StylusDown |
Происходит при касании дигитайзера пером в тот момент, когда оно находится над данным элементом.Occurs when the stylus touches the digitizer while the stylus is over this element. (Унаследовано от UIElement) |
StylusEnter |
Происходит, когда перо попадает внутрь границ данного элемента.Occurs when the stylus enters the bounds of this element. (Унаследовано от UIElement) |
StylusInAirMove |
Происходит при движении пера над элементом без касания дигитайзера.Occurs when the stylus moves over an element without actually touching the digitizer. (Унаследовано от UIElement) |
StylusInRange |
Происходит при нахождении пера над данным элементом достаточно близко для того, чтобы перо было обнаружено дигитайзером.Occurs when the stylus is close enough to the digitizer to be detected, while over this element. (Унаследовано от UIElement) |
StylusLeave |
Происходит, когда перо покидает границы элемента.Occurs when the stylus leaves the bounds of the element. (Унаследовано от UIElement) |
StylusMove |
Происходит при движении пера над данным элементом.Occurs when the stylus moves over this element. Для вызова этого события перо должно перемещаться по дигитайзеру.The stylus must move while on the digitizer to raise this event. В противном случае вызывается событие StylusInAirMove.Otherwise, StylusInAirMove is raised instead. (Унаследовано от UIElement) |
StylusOutOfRange |
Возникает, когда расстояние между пером и дигитайзером слишком велико для обнаружения пера при условии, что перо находится над этим элементом.Occurs when the stylus is too far from the digitizer to be detected, while over this element. (Унаследовано от UIElement) |
StylusSystemGesture |
Происходит при использовании пользователем одного из жестов пером.Occurs when a user performs one of several stylus gestures. (Унаследовано от UIElement) |
StylusUp |
Происходит, когда пользователь отрывает перо от поверхности дигитайзера в тот момент, когда оно находится над этим элементом.Occurs when the user raises the stylus off the digitizer while it is over this element. (Унаследовано от UIElement) |
TargetUpdated |
Происходит при изменении целевого значения для любого свойства, привязанного к этому элементу.Occurs when the target value changes for any property binding on this element. |
TextInput |
Происходит при получении этим элементом текста аппаратно-независимым способом.Occurs when this element gets text in a device-independent manner. (Унаследовано от UIElement) |
ToolTipClosing |
Происходит непосредственно перед закрытием какой-либо подсказки в элементе.Occurs just before any tooltip on the element is closed. |
ToolTipOpening |
Происходит при открытии любой всплывающей подсказки к элементу.Occurs when any tooltip on the element is opened. |
TouchDown |
Происходит при касании пальцем экрана, когда палец находится над данным элементом.Occurs when a finger touches the screen while the finger is over this element. (Унаследовано от UIElement) |
TouchEnter |
Происходит при перемещении касания внутрь данного элемента.Occurs when a touch moves from outside to inside the bounds of this element. (Унаследовано от UIElement) |
TouchLeave |
Происходит при перемещении касания за границы элемента.Occurs when a touch moves from inside to outside the bounds of this element. (Унаследовано от UIElement) |
TouchMove |
Возникает при перемещении пальца по экрану при условии, если палец находится над данным элементом.Occurs when a finger moves on the screen while the finger is over this element. (Унаследовано от UIElement) |
TouchUp |
Возникает, когда палец отрывается от экрана при условии, что палец находится над этим элементом.Occurs when a finger is raised off of the screen while the finger is over this element. (Унаследовано от UIElement) |
Unloaded |
Происходит при удалении элемента из дерева с загруженными элементами.Occurs when the element is removed from within an element tree of loaded elements. |
Явные реализации интерфейса
IQueryAmbient.IsAmbientPropertyAvailable(String) |
Описание этого элемента содержится в методе IsAmbientPropertyAvailable(String).For a description of this member, see the IsAmbientPropertyAvailable(String) method. |