UIElement Classe
Definição
UIElement é uma classe base para implementações no nível do núcleo WPF baseada em elementos WPF (Windows Presentation Foundation) e características de apresentação básicas.UIElement is a base class for WPF core level implementations building on Windows Presentation Foundation (WPF) elements and basic presentation characteristics.
public ref class UIElement : System::Windows::Media::Visual, System::Windows::IInputElement, System::Windows::Media::Animation::IAnimatable
[System.Windows.Markup.UidProperty("Uid")]
public class UIElement : System.Windows.Media.Visual, System.Windows.IInputElement, System.Windows.Media.Animation.IAnimatable
[<System.Windows.Markup.UidProperty("Uid")>]
type UIElement = class
inherit Visual
interface IInputElement
interface IAnimatable
[<System.Windows.Markup.UidProperty("Uid")>]
type UIElement = class
inherit Visual
interface IAnimatable
interface IInputElement
Public Class UIElement
Inherits Visual
Implements IAnimatable, IInputElement
- Herança
- Derivado
- Atributos
- Implementações
Comentários
UIElement fornece um ponto de partida para características de layout de elemento e também expõe métodos virtuais que classes derivadas podem substituir, o que pode influenciar o comportamento de renderização de layout do elemento e seus elementos filho.UIElement provides a starting point for element layout characteristics, and also exposes virtual methods that derived classes can override, which can influence the layout rendering behavior of the element and its child elements.
Grande parte do comportamento de entrada e de foco para elementos em geral também é definida na UIElement classe.Much of the input and focusing behavior for elements in general is also defined in the UIElement class. Isso inclui os eventos para entrada de teclado, mouse e caneta e propriedades de status relacionadas.This includes the events for keyboard, mouse and stylus input, and related status properties. Muitos desses eventos são eventos roteados, e muitos dos eventos relacionados à entrada têm uma versão de roteamento de bolha, bem como uma versão de túnel do evento.Many of these events are routed events, and many of the input-related events have both a bubbling routing version as well as a tunneling version of the event. Esses eventos emparelhados são geralmente os eventos de maior interesse para controlar os autores.These paired events are typically the events of greatest interest to control authors.
UIElement também inclui APIs relacionadas ao modelo de WPFWPF evento, incluindo métodos que podem gerar eventos roteados especificados que são originados de uma instância de elemento.UIElement also includes APIs that relate to the WPFWPF event model, including methods that can raise specified routed events that are sourced from an element instance.
Em termos de arquitetura, UIElement o pode ser considerado aproximadamente equivalente a um identificador de janela em Win32Win32 programação, ou a um elemento em DHTML (HTML dinâmico)Dynamic HTML (DHTML) programação.In terms of architecture, UIElement can be considered roughly equivalent to a window handle in Win32Win32 programming, or an Element in DHTML (HTML dinâmico)Dynamic HTML (DHTML) programming. UIElement é um elemento base no nível do WPF core.UIElement is a base element at the WPF core level.
Um UIElement tem os seguintes recursos que são especificamente definidos pela UIElement classe:A UIElement has the following capabilities that are specifically defined by the UIElement class:
Pode renderizar como um elemento filho ( UIElement derivado de Visual uma classe gráfica de alto nível)Can render as a child element (UIElement derives from Visual, a high level graphics class)
Contém a lógica que é usada para dimensionar e posicionar possíveis elementos filho de um UIElement (quando interpretado por um sistema de layout)Contains logic that is used to size and position possible child elements of a UIElement (when interpreted by a layout system)
Pode responder à entrada do usuário (incluindo o controle de onde a entrada está sendo enviada por meio de seu tratamento de roteamento de eventos ou o roteamento de comandos)Can respond to user input (including control of where input is getting sent to via their handling of event routing, or routing of commands)
Pode gerar eventos roteados que viajam uma rota por meio da árvore de elementos lógicosCan raise routed events that travel a route through the logical element tree
Dá suporte a alguns aspectos do sistema de animaçãoSupports some aspects of the animation system
FrameworkElement é a classe de implementação no nível de estrutura do WPF que se baseia UIElement e adiciona interações específicas com o nível de estrutura do WPF.FrameworkElement is the WPF framework-level implementation class that builds on UIElement, and adds specific interactions with the WPF framework level. FrameworkElement Adiciona e define os seguintes recursos:FrameworkElement adds and defines the following capabilities:
Características adicionais de layout específico à estruturaAdditional framework-specific layout characteristics
Suporte para relatórios de metadados mais avançados em PropriedadesSupport for richer metadata reporting on properties
Implementação específica de classe de determinadas classes base de entrada e suas propriedades anexadas ou eventos anexadosClass-specific implementation of certain input base classes and their attached properties or attached events
Suporte de estiloStyle support
Suporte adicional à animaçãoFurther animation support
Outra classe relacionada é ContentElement .Another related class is ContentElement. A ContentElement classe implementa muitos dos mesmos membros que o faz UIElement ; a diferença entre essas duas classes tem a ver com seu lugar pretendido no modelo de conteúdo geral.The ContentElement class implements many of the same members as does UIElement; the difference between these two classes has to do with their intended place in the overall content model. Uma UIElement classe derivada normalmente define um modelo de conteúdo relativamente rígido, o que significa que há restrições sobre quais elementos podem ser elementos filho na marcação.A UIElement derived class typically defines a relatively rigid content model, meaning that there are restrictions on what elements may be child elements in markup. Pode haver capacidade para assumir conteúdo filho menos restritivo em um UIElement , mas essa capacidade normalmente é centralizada em Propriedades de conteúdo designadas.There might be capacity for taking less restrictive child content in a UIElement, but that capacity is typically centralized in designated content properties. Uma ContentElement classe derivada normalmente não é tão restritiva quanto a conteúdo, para dar suporte a cenários como documentos de formato de fluxo.A ContentElement derived class is typically not as restrictive about content, to support scenarios such as flow-format documents.
Importante
Visibility o estado afeta todo o tratamento de entrada por esse elemento.Visibility state affects all input handling by that element. Elementos que não são visíveis não participam de testes de colisão e não recebem eventos de entrada, mesmo que o mouse esteja sobre os limites em que o elemento seria se estivesse visível.Elements that are not visible do not participate in hit testing and do not receive input events, even if the mouse is over the bounds where the element would be if were visible.
Construtores
UIElement() |
Inicializa uma nova instância da classe UIElement.Initializes a new instance of the UIElement class. |
Campos
AllowDropProperty |
Identifica a propriedade de dependência AllowDrop.Identifies the AllowDrop dependency property. |
AreAnyTouchesCapturedProperty |
Identifica a propriedade de dependência AreAnyTouchesCaptured.Identifies the AreAnyTouchesCaptured dependency property. |
AreAnyTouchesCapturedWithinProperty |
Identifica a propriedade de dependência AreAnyTouchesCapturedWithin.Identifies the AreAnyTouchesCapturedWithin dependency property. |
AreAnyTouchesDirectlyOverProperty |
Identifica a propriedade de dependência AreAnyTouchesDirectlyOver.Identifies the AreAnyTouchesDirectlyOver dependency property. |
AreAnyTouchesOverProperty |
Identifica a propriedade de dependência AreAnyTouchesOver.Identifies the AreAnyTouchesOver dependency property. |
BitmapEffectInputProperty |
Identifica a propriedade de dependência BitmapEffectInput.Identifies the BitmapEffectInput dependency property. |
BitmapEffectProperty |
Identifica a propriedade de dependência BitmapEffect.Identifies the BitmapEffect dependency property. |
CacheModeProperty |
Identifica a propriedade de dependência CacheMode.Identifies the CacheMode dependency property. |
ClipProperty |
Identifica a propriedade de dependência Clip.Identifies the Clip dependency property. |
ClipToBoundsProperty |
Identifica a propriedade de dependência ClipToBounds.Identifies the ClipToBounds dependency property. |
DragEnterEvent |
Identifica o evento roteado DragEnter.Identifies the DragEnter routed event. |
DragLeaveEvent |
Identifica o evento roteado DragLeave.Identifies the DragLeave routed event. |
DragOverEvent |
Identifica o evento roteado DragOver.Identifies the DragOver routed event. |
DropEvent |
Identifica o evento roteado Drop.Identifies the Drop routed event. |
EffectProperty |
Identifica a propriedade de dependência Effect.Identifies the Effect dependency property. |
FocusableProperty |
Identifica a propriedade de dependência Focusable.Identifies the Focusable dependency property. |
GiveFeedbackEvent |
Identifica o evento roteado GiveFeedback.Identifies the GiveFeedback routed event. |
GotFocusEvent |
Identifica o evento roteado GotFocus.Identifies the GotFocus routed event. |
GotKeyboardFocusEvent |
Identifica o evento roteado GotKeyboardFocus.Identifies the GotKeyboardFocus routed event. |
GotMouseCaptureEvent |
Identifica o evento roteado GotMouseCapture.Identifies the GotMouseCapture routed event. |
GotStylusCaptureEvent |
Identifica o evento roteado GotStylusCapture.Identifies the GotStylusCapture routed event. |
GotTouchCaptureEvent |
Identifica o evento roteado GotTouchCapture.Identifies the GotTouchCapture routed event. |
IsEnabledProperty |
Identifica a propriedade de dependência IsEnabled.Identifies the IsEnabled dependency property. |
IsFocusedProperty |
Identifica a propriedade de dependência IsFocused.Identifies the IsFocused dependency property. |
IsHitTestVisibleProperty |
Identifica a propriedade de dependência IsHitTestVisible.Identifies the IsHitTestVisible dependency property. |
IsKeyboardFocusedProperty |
Identifica a propriedade de dependência IsKeyboardFocused.Identifies the IsKeyboardFocused dependency property. |
IsKeyboardFocusWithinProperty |
Identifica a propriedade de dependência IsKeyboardFocusWithin.Identifies the IsKeyboardFocusWithin dependency property. |
IsManipulationEnabledProperty |
Identifica a propriedade de dependência IsManipulationEnabled.Identifies the IsManipulationEnabled dependency property. |
IsMouseCapturedProperty |
Identifica a propriedade de dependência IsMouseCaptured.Identifies the IsMouseCaptured dependency property. |
IsMouseCaptureWithinProperty |
Identifica a propriedade de dependência IsMouseCaptureWithin.Identifies the IsMouseCaptureWithin dependency property. |
IsMouseDirectlyOverProperty |
Identifica a propriedade de dependência IsMouseDirectlyOver.Identifies the IsMouseDirectlyOver dependency property. |
IsMouseOverProperty |
Identifica a propriedade de dependência IsMouseOver.Identifies the IsMouseOver dependency property. |
IsStylusCapturedProperty |
Identifica a propriedade de dependência IsStylusCaptured.Identifies the IsStylusCaptured dependency property. |
IsStylusCaptureWithinProperty |
Identifica a propriedade de dependência IsStylusCaptureWithin.Identifies the IsStylusCaptureWithin dependency property. |
IsStylusDirectlyOverProperty |
Identifica a propriedade de dependência IsStylusDirectlyOver.Identifies the IsStylusDirectlyOver dependency property. |
IsStylusOverProperty |
Identifica a propriedade de dependência IsStylusOver.Identifies the IsStylusOver dependency property. |
IsVisibleProperty |
Identifica a propriedade de dependência IsVisible.Identifies the IsVisible dependency property. |
KeyDownEvent |
Identifica o evento roteado KeyDown.Identifies the KeyDown routed event. |
KeyUpEvent |
Identifica o evento roteado KeyUp.Identifies the KeyUp routed event. |
LostFocusEvent |
Identifica o evento roteado LostFocus.Identifies the LostFocus routed event. |
LostKeyboardFocusEvent |
Identifica o evento roteado LostKeyboardFocus.Identifies the LostKeyboardFocus routed event. |
LostMouseCaptureEvent |
Identifica o evento roteado LostMouseCapture.Identifies the LostMouseCapture routed event. |
LostStylusCaptureEvent |
Identifica o evento roteado LostStylusCapture.Identifies the LostStylusCapture routed event. |
LostTouchCaptureEvent |
Identifica o evento roteado LostTouchCapture.Identifies the LostTouchCapture routed event. |
ManipulationBoundaryFeedbackEvent |
Identifica o evento ManipulationBoundaryFeedback.Identifies the ManipulationBoundaryFeedback event. |
ManipulationCompletedEvent |
Identifica o evento roteado ManipulationCompleted.Identifies the ManipulationCompleted routed event. |
ManipulationDeltaEvent |
Identifica o evento roteado ManipulationDelta.Identifies the ManipulationDelta routed event. |
ManipulationInertiaStartingEvent |
Identifica o evento roteado ManipulationInertiaStarting.Identifies the ManipulationInertiaStarting routed event. |
ManipulationStartedEvent |
Identifica o evento roteado ManipulationStarted.Identifies the ManipulationStarted routed event. |
ManipulationStartingEvent |
Identifica o evento roteado ManipulationStarting.Identifies the ManipulationStarting routed event. |
MouseDownEvent |
Identifica o evento roteado MouseDown.Identifies the MouseDown routed event. |
MouseEnterEvent |
Identifica o evento roteado MouseEnter.Identifies the MouseEnter routed event. |
MouseLeaveEvent |
Identifica o evento roteado MouseLeave.Identifies the MouseLeave routed event. |
MouseLeftButtonDownEvent |
Identifica o evento roteado MouseLeftButtonDown.Identifies the MouseLeftButtonDown routed event. |
MouseLeftButtonUpEvent |
Identifica o evento roteado MouseLeftButtonUp.Identifies the MouseLeftButtonUp routed event. |
MouseMoveEvent |
Identifica o evento roteado MouseMove.Identifies the MouseMove routed event. |
MouseRightButtonDownEvent |
Identifica o evento roteado MouseRightButtonDown.Identifies the MouseRightButtonDown routed event. |
MouseRightButtonUpEvent |
Identifica o evento roteado MouseRightButtonUp.Identifies the MouseRightButtonUp routed event. |
MouseUpEvent |
Identifica o evento roteado MouseUp.Identifies the MouseUp routed event. |
MouseWheelEvent |
Identifica o evento roteado MouseWheel.Identifies the MouseWheel routed event. |
OpacityMaskProperty |
Identifica a propriedade de dependência OpacityMask.Identifies the OpacityMask dependency property. |
OpacityProperty |
Identifica a propriedade de dependência Opacity.Identifies the Opacity dependency property. |
PreviewDragEnterEvent |
Identifica o evento roteado PreviewDragEnter.Identifies the PreviewDragEnter routed event. |
PreviewDragLeaveEvent |
Identifica o evento roteado PreviewDragLeave.Identifies the PreviewDragLeave routed event. |
PreviewDragOverEvent |
Identifica o evento roteado PreviewDragOver.Identifies the PreviewDragOver routed event. |
PreviewDropEvent |
Identifica o evento roteado PreviewDrop.Identifies the PreviewDrop routed event. |
PreviewGiveFeedbackEvent |
Identifica o evento roteado PreviewGiveFeedback.Identifies the PreviewGiveFeedback routed event. |
PreviewGotKeyboardFocusEvent |
Identifica o evento roteado PreviewGotKeyboardFocus.Identifies the PreviewGotKeyboardFocus routed event. |
PreviewKeyDownEvent |
Identifica o evento roteado PreviewKeyDown.Identifies the PreviewKeyDown routed event. |
PreviewKeyUpEvent |
Identifica o evento roteado PreviewKeyUp.Identifies the PreviewKeyUp routed event. |
PreviewLostKeyboardFocusEvent |
Identifica o evento roteado PreviewLostKeyboardFocus.Identifies the PreviewLostKeyboardFocus routed event. |
PreviewMouseDownEvent |
Identifica o evento roteado PreviewMouseDown.Identifies the PreviewMouseDown routed event. |
PreviewMouseLeftButtonDownEvent |
Identifica o evento roteado PreviewMouseLeftButtonDown.Identifies the PreviewMouseLeftButtonDown routed event. |
PreviewMouseLeftButtonUpEvent |
Identifica o evento roteado PreviewMouseLeftButtonUp.Identifies the PreviewMouseLeftButtonUp routed event. |
PreviewMouseMoveEvent |
Identifica o evento roteado PreviewMouseMove.Identifies the PreviewMouseMove routed event. |
PreviewMouseRightButtonDownEvent |
Identifica o evento roteado PreviewMouseRightButtonDown.Identifies the PreviewMouseRightButtonDown routed event. |
PreviewMouseRightButtonUpEvent |
Identifica o evento roteado PreviewMouseRightButtonUp.Identifies the PreviewMouseRightButtonUp routed event. |
PreviewMouseUpEvent |
Identifica o evento roteado PreviewMouseUp.Identifies the PreviewMouseUp routed event. |
PreviewMouseWheelEvent |
Identifica o evento roteado PreviewMouseWheel.Identifies the PreviewMouseWheel routed event. |
PreviewQueryContinueDragEvent |
Identifica o evento roteado PreviewQueryContinueDrag.Identifies the PreviewQueryContinueDrag routed event. |
PreviewStylusButtonDownEvent |
Identifica o evento roteado PreviewStylusButtonDown.Identifies the PreviewStylusButtonDown routed event. |
PreviewStylusButtonUpEvent |
Identifica o evento roteado PreviewStylusButtonUp.Identifies the PreviewStylusButtonUp routed event. |
PreviewStylusDownEvent |
Identifica o evento roteado PreviewStylusDown.Identifies the PreviewStylusDown routed event. |
PreviewStylusInAirMoveEvent |
Identifica o evento roteado PreviewStylusInAirMove.Identifies the PreviewStylusInAirMove routed event. |
PreviewStylusInRangeEvent |
Identifica o evento roteado PreviewStylusInRange.Identifies the PreviewStylusInRange routed event. |
PreviewStylusMoveEvent |
Identifica o evento roteado PreviewStylusMove.Identifies the PreviewStylusMove routed event. |
PreviewStylusOutOfRangeEvent |
Identifica o evento roteado PreviewStylusOutOfRange.Identifies the PreviewStylusOutOfRange routed event. |
PreviewStylusSystemGestureEvent |
Identifica o evento roteado PreviewStylusSystemGesture.Identifies the PreviewStylusSystemGesture routed event. |
PreviewStylusUpEvent |
Identifica o evento roteado PreviewStylusUp.Identifies the PreviewStylusUp routed event. |
PreviewTextInputEvent |
Identifica o evento roteado PreviewTextInput.Identifies the PreviewTextInput routed event. |
PreviewTouchDownEvent |
Identifica o evento roteado PreviewTouchDown.Identifies the PreviewTouchDown routed event. |
PreviewTouchMoveEvent |
Identifica o evento roteado PreviewTouchMove.Identifies the PreviewTouchMove routed event. |
PreviewTouchUpEvent |
Identifica o evento roteado PreviewTouchUp.Identifies the PreviewTouchUp routed event. |
QueryContinueDragEvent |
Identifica o evento roteado QueryContinueDrag.Identifies the QueryContinueDrag routed event. |
QueryCursorEvent |
Identifica o evento roteado QueryCursor.Identifies the QueryCursor routed event. |
RenderTransformOriginProperty |
Identifica a propriedade de dependência RenderTransformOrigin.Identifies the RenderTransformOrigin dependency property. |
RenderTransformProperty |
Identifica a propriedade de dependência RenderTransform.Identifies the RenderTransform dependency property. |
SnapsToDevicePixelsProperty |
Identifica a propriedade de dependência SnapsToDevicePixels.Identifies the SnapsToDevicePixels dependency property. |
StylusButtonDownEvent |
Identifica o evento roteado StylusButtonDown.Identifies the StylusButtonDown routed event. |
StylusButtonUpEvent |
Identifica o evento roteado StylusButtonUp.Identifies the StylusButtonUp routed event. |
StylusDownEvent |
Identifica o evento roteado StylusDown.Identifies the StylusDown routed event. |
StylusEnterEvent |
Identifica o evento roteado StylusEnter.Identifies the StylusEnter routed event. |
StylusInAirMoveEvent |
Identifica o evento roteado StylusInAirMove.Identifies the StylusInAirMove routed event. |
StylusInRangeEvent |
Identifica o evento roteado StylusInRange.Identifies the StylusInRange routed event. |
StylusLeaveEvent |
Identifica o evento roteado StylusLeave.Identifies the StylusLeave routed event. |
StylusMoveEvent |
Identifica o evento roteado StylusMove.Identifies the StylusMove routed event. |
StylusOutOfRangeEvent |
Identifica o evento roteado StylusOutOfRange.Identifies the StylusOutOfRange routed event. |
StylusSystemGestureEvent |
Identifica o evento roteado StylusSystemGesture.Identifies the StylusSystemGesture routed event. |
StylusUpEvent |
Identifica o evento roteado StylusUp.Identifies the StylusUp routed event. |
TextInputEvent |
Identifica o evento roteado TextInput.Identifies the TextInput routed event. |
TouchDownEvent |
Identifica o evento roteado TouchDown.Identifies the TouchDown routed event. |
TouchEnterEvent |
Identifica o evento roteado TouchEnter.Identifies the TouchEnter routed event. |
TouchLeaveEvent |
Identifica o evento roteado TouchLeave.Identifies the TouchLeave routed event. |
TouchMoveEvent |
Identifica o evento roteado TouchMove.Identifies the TouchMove routed event. |
TouchUpEvent |
Identifica o evento roteado TouchUp.Identifies the TouchUp routed event. |
UidProperty |
Identifica a propriedade de dependência Uid.Identifies the Uid dependency property. |
VisibilityProperty |
Identifica a propriedade de dependência Visibility.Identifies the Visibility dependency property. |
Propriedades
AllowDrop |
Obtém ou define um valor indicando se um elemento pode ser usado como o destino de uma operação de arrastar e soltar.Gets or sets a value indicating whether this element can be used as the target of a drag-and-drop operation. É uma propriedade de dependência.This is a dependency property. |
AreAnyTouchesCaptured |
Obtém um valor que indica se pelo menos um toque é capturado para esse elemento.Gets a value that indicates whether at least one touch is captured to this element. |
AreAnyTouchesCapturedWithin |
Obtém um valor que indica se ao menos um toque é capturado nesse elemento ou elementos filho na sua árvore visual.Gets a value that indicates whether at least one touch is captured to this element or to any child elements in its visual tree. |
AreAnyTouchesDirectlyOver |
Obtém um valor que indica se pelo menos um toque é feito sobre esse elemento.Gets a value that indicates whether at least one touch is pressed over this element. |
AreAnyTouchesOver |
Obtém um valor que indica se pelo menos um toque for pressionado sobre esse elemento ou elementos filho na sua árvore visual.Gets a value that indicates whether at least one touch is pressed over this element or any child elements in its visual tree. |
BitmapEffect |
Obsoleto.
Obsoleto.
Obtém ou define um efeito de bitmap aplicado diretamente ao conteúdo renderizado para este elemento.Gets or sets a bitmap effect that applies directly to the rendered content for this element. É uma propriedade de dependência.This is a dependency property. |
BitmapEffectInput |
Obsoleto.
Obsoleto.
Obtém ou define uma fonte de entrada para o efeito de bitmap aplicado diretamente ao conteúdo renderizado para este elemento.Gets or sets an input source for the bitmap effect that applies directly to the rendered content for this element. É uma propriedade de dependência.This is a dependency property. |
CacheMode |
Obtém ou define uma representação armazenada em cache do UIElement.Gets or sets a cached representation of the UIElement. |
Clip |
Obtém ou define a geometria usada para definir o contorno do conteúdo de um elemento.Gets or sets the geometry used to define the outline of the contents of an element. É uma propriedade de dependência.This is a dependency property. |
ClipToBounds |
Obtém ou define um valor indicando se o conteúdo deste elemento (ou conteúdo proveniente dos filhos deste elemento) deve ser recortado para caber dentro do espaço do elemento que o contém.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. É uma propriedade de dependência.This is a dependency property. |
CommandBindings |
Obtém uma coleção de objetos CommandBinding associados a esse elemento.Gets a collection of CommandBinding objects associated with this element. Um CommandBinding permite a manipulação de comando desse elemento e declara a ligação entre um comando, seus eventos e os manipuladores anexados por esse elemento.A CommandBinding enables command handling for this element, and declares the linkage between a command, its events, and the handlers attached by this element. |
DependencyObjectType |
Obtém o DependencyObjectType que encapsula o tipo CLRCLR dessa instância.Gets the DependencyObjectType that wraps the CLRCLR type of this instance. (Herdado de DependencyObject) |
DesiredSize |
Obtém o tamanho que esse elemento calculou durante o passo de medição do processo de layout.Gets the size that this element computed during the measure pass of the layout process. |
Dispatcher |
Obtém o Dispatcher ao qual este DispatcherObject está associado.Gets the Dispatcher this DispatcherObject is associated with. (Herdado de DispatcherObject) |
Effect |
Obtém ou define o efeito de bitmap a ser aplicado ao UIElement.Gets or sets the bitmap effect to apply to the UIElement. É uma propriedade de dependência.This is a dependency property. |
Focusable |
Obtém ou define um valor que indica se um elemento pode receber foco.Gets or sets a value that indicates whether the element can receive focus. É uma propriedade de dependência.This is a dependency property. |
HasAnimatedProperties |
Obtém um valor que indica se este elemento tem todas as propriedades animadas.Gets a value indicating whether this element has any animated properties. |
HasEffectiveKeyboardFocus |
Obtém um valor que indica se o UIElement tem foco.Gets a value that indicates whether the UIElement has focus. |
InputBindings |
Obtém a coleção de ligações de entrada associadas a este elemento.Gets the collection of input bindings associated with this element. |
IsArrangeValid |
Obtém um valor que indica se o tamanho e a posição calculados dos elementos filho no layout do elemento são válidos.Gets a value indicating whether the computed size and position of child elements in this element's layout are valid. |
IsEnabled |
Obtém ou define um valor que indica se esse elemento está habilitado no UI (interface do usuário)user interface (UI).Gets or sets a value indicating whether this element is enabled in the UI (interface do usuário)user interface (UI). É uma propriedade de dependência.This is a dependency property. |
IsEnabledCore |
Obtém um valor que se torna o valor retornado de IsEnabled em classes derivadas.Gets a value that becomes the return value of IsEnabled in derived classes. |
IsFocused |
Obtém um valor que determina se esse elemento tem foco lógico.Gets a value that determines whether this element has logical focus. É uma propriedade de dependência.This is a dependency property. |
IsHitTestVisible |
Obtém ou define um valor que declara se este elemento tem possibilidade de ser retornado como um resultado de teste de clique de alguma parte de seu conteúdo renderizado.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. É uma propriedade de dependência.This is a dependency property. |
IsInputMethodEnabled |
Obtém um valor que indica se um sistema de método de entrada, como um Input Method Editor (IME)Input Method Editor (IME), está habilitado para processamento de entrada para esse elemento.Gets a value indicating whether an input method system, such as an Input Method Editor (IME)Input Method Editor (IME), is enabled for processing the input to this element. |
IsKeyboardFocused |
Obtém um valor que indica se este elemento tem foco do controle.Gets a value indicating whether this element has keyboard focus. É uma propriedade de dependência.This is a dependency property. |
IsKeyboardFocusWithin |
Obtém um valor que indica se o foco do teclado é em qualquer lugar dentro do elemento ou de seus elementos filho de árvore visual.Gets a value indicating whether keyboard focus is anywhere within the element or its visual tree child elements. É uma propriedade de dependência.This is a dependency property. |
IsManipulationEnabled |
Obtém ou define um valor que indica se os eventos de manipulação estão habilitados neste UIElement.Gets or sets a value that indicates whether manipulation events are enabled on this UIElement. |
IsMeasureValid |
Obtém um valor que indica se o tamanho atual retornado pela medida de layout é válido.Gets a value indicating whether the current size returned by layout measure is valid. |
IsMouseCaptured |
Obtém um valor que indica se o mouse é capturado para esse elemento.Gets a value indicating whether the mouse is captured to this element. É uma propriedade de dependência.This is a dependency property. |
IsMouseCaptureWithin |
Obtém um valor que determina se a captura do mouse é mantida por esse elemento ou elementos filho em sua árvore visual.Gets a value that determines whether mouse capture is held by this element or by child elements in its visual tree. É uma propriedade de dependência.This is a dependency property. |
IsMouseDirectlyOver |
Obtém um valor que indica se a posição do ponteiro do mouse corresponde aos resultados de teste de clique, que levam em consideração a composição de elementos.Gets a value that indicates whether the position of the mouse pointer corresponds to hit test results, which take element compositing into account. É uma propriedade de dependência.This is a dependency property. |
IsMouseOver |
Obtém um valor que indica se o ponteiro do mouse está localizado sobre esse elemento (incluindo os elementos filho na árvore visual).Gets a value indicating whether the mouse pointer is located over this element (including child elements in the visual tree). É uma propriedade de dependência.This is a dependency property. |
IsSealed |
Obtém um valor que indica se essa instância está validada no momento (somente leitura).Gets a value that indicates whether this instance is currently sealed (read-only). (Herdado de DependencyObject) |
IsStylusCaptured |
Obtém um valor que indica se a caneta é capturada por este elemento.Gets a value indicating whether the stylus is captured by this element. É uma propriedade de dependência.This is a dependency property. |
IsStylusCaptureWithin |
Obtém um valor que determina se a captura da caneta é mantida por esse elemento ou um elemento nos limites do elemento e sua árvore visual.Gets a value that determines whether stylus capture is held by this element, or an element within the element bounds and its visual tree. É uma propriedade de dependência.This is a dependency property. |
IsStylusDirectlyOver |
Obtém um valor que indica se a posição da caneta corresponde aos resultados de teste de clique, que levam em consideração a composição dos elementos.Gets a value that indicates whether the stylus position corresponds to hit test results, which take element compositing into account. É uma propriedade de dependência.This is a dependency property. |
IsStylusOver |
Obtém um valor que indica se o cursor da caneta está localizado sobre esse elemento (incluindo elementos filho visuais).Gets a value indicating whether the stylus cursor is located over this element (including visual child elements). É uma propriedade de dependência.This is a dependency property. |
IsVisible |
Obtém um valor que indica se esse elemento está visível no UI (interface do usuário)user interface (UI).Gets a value indicating whether this element is visible in the UI (interface do usuário)user interface (UI). É uma propriedade de dependência.This is a dependency property. |
Opacity |
Obtém ou define o fator de opacidade aplicado a todo o UIElement quando ele é renderizado no UI (interface do usuário)user interface (UI).Gets or sets the opacity factor applied to the entire UIElement when it is rendered in the UI (interface do usuário)user interface (UI). É uma propriedade de dependência.This is a dependency property. |
OpacityMask |
Obtém ou define uma máscara de opacidade como uma implementação de Brush que é aplicada a qualquer mascaramento de canal alfa para o conteúdo renderizado deste elemento.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. É uma propriedade de dependência.This is a dependency property. |
PersistId |
Obsoleto.
Obtém um valor que identifica esse objeto de forma exclusiva.Gets a value that uniquely identifies this element. |
RenderSize |
Obtém (ou define) o tamanho de renderização final deste elemento.Gets (or sets) the final render size of this element. |
RenderTransform |
Obtém ou define informações de transformação que afetam a posição da renderização desse elemento.Gets or sets transform information that affects the rendering position of this element. É uma propriedade de dependência.This is a dependency property. |
RenderTransformOrigin |
Obtém ou define o ponto central de qualquer transformação de renderização possível declarada por RenderTransform, em relação aos limites do elemento.Gets or sets the center point of any possible render transform declared by RenderTransform, relative to the bounds of the element. É uma propriedade de dependência.This is a dependency property. |
SnapsToDevicePixels |
Obtém ou define um valor que determina se a renderização para esse elemento deve usar configurações de pixel específica do dispositivo durante a renderização.Gets or sets a value that determines whether rendering for this element should use device-specific pixel settings during rendering. É uma propriedade de dependência.This is a dependency property. |
StylusPlugIns |
Obtém uma coleção de todos os objetos de plug-in (personalização) de caneta associados a esse elemento.Gets a collection of all stylus plug-in (customization) objects associated with this element. |
TouchesCaptured |
Obtém todos os dispositivos de toque capturados para esse elemento.Gets all touch devices that are captured to this element. |
TouchesCapturedWithin |
Obtém todos os dispositivos de toque que são capturados para esse elemento ou os elementos filho na árvore visual.Gets all touch devices that are captured to this element or any child elements in its visual tree. |
TouchesDirectlyOver |
Obtém todos os dispositivos de toque nesse elemento.Gets all touch devices that are over this element. |
TouchesOver |
Obtém todos os dispositivos de toque que estão sobre esse elemento ou sobre os elementos filho na árvore visual.Gets all touch devices that are over this element or any child elements in its visual tree. |
Uid |
Obtém ou define o identificador exclusivo (para localização) para esse elemento.Gets or sets the unique identifier (for localization) for this element. É uma propriedade de dependência.This is a dependency property. |
Visibility |
Obtém ou define a visibilidade UI (interface do usuário)user interface (UI) desse elemento.Gets or sets the UI (interface do usuário)user interface (UI) visibility of this element. É uma propriedade de dependência.This is a dependency property. |
VisualBitmapEffect |
Obsoleto.
Obsoleto.
Obtém ou define o valor BitmapEffect para o Visual.Gets or sets the BitmapEffect value for the Visual. (Herdado de Visual) |
VisualBitmapEffectInput |
Obsoleto.
Obsoleto.
Obtém ou define o valor BitmapEffectInput para o Visual.Gets or sets the BitmapEffectInput value for the Visual. (Herdado de Visual) |
VisualBitmapScalingMode |
Obtém ou define o BitmapScalingMode do Visual.Gets or sets the BitmapScalingMode for the Visual. (Herdado de Visual) |
VisualCacheMode |
Obtém ou define uma representação armazenada em cache do Visual.Gets or sets a cached representation of the Visual. (Herdado de Visual) |
VisualChildrenCount |
Obtém o número de elementos filhos do Visual.Gets the number of child elements for the Visual. (Herdado de Visual) |
VisualClearTypeHint |
Obtém ou define o ClearTypeHint que determina como o ClearType é renderizado no Visual.Gets or sets the ClearTypeHint that determines how ClearType is rendered in the Visual. (Herdado de Visual) |
VisualClip |
Obtém ou define a região de corte do Visual como um valor Geometry.Gets or sets the clip region of the Visual as a Geometry value. (Herdado de Visual) |
VisualEdgeMode |
Obtém ou define o modo de borda do Visual com um valor EdgeMode.Gets or sets the edge mode of the Visual as an EdgeMode value. (Herdado de Visual) |
VisualEffect |
Obtém ou define o efeito de bitmap a ser aplicado ao Visual.Gets or sets the bitmap effect to apply to the Visual. (Herdado de Visual) |
VisualOffset |
Obtém ou define o valor de deslocamento do objeto visual.Gets or sets the offset value of the visual object. (Herdado de Visual) |
VisualOpacity |
Obtém ou define a opacidade do Visual.Gets or sets the opacity of the Visual. (Herdado de Visual) |
VisualOpacityMask |
Obtém ou define o valor Brush que representa a máscara de opacidade do Visual.Gets or sets the Brush value that represents the opacity mask of the Visual. (Herdado de Visual) |
VisualParent |
Obtém o pai da árvore visual do objeto visual.Gets the visual tree parent of the visual object. (Herdado de Visual) |
VisualScrollableAreaClip |
Obtém ou define uma área rolável recortada para o Visual.Gets or sets a clipped scrollable area for the Visual. (Herdado de Visual) |
VisualTextHintingMode |
Obtém ou define o TextHintingMode do Visual.Gets or sets the TextHintingMode of the Visual. (Herdado de Visual) |
VisualTextRenderingMode |
Obtém ou define o TextRenderingMode do Visual.Gets or sets the TextRenderingMode of the Visual. (Herdado de Visual) |
VisualTransform |
Obtém ou define o valor Transform para o Visual.Gets or sets the Transform value for the Visual. (Herdado de Visual) |
VisualXSnappingGuidelines |
Obtém ou define a coleção de diretrizes (vertical) da coordenada X.Gets or sets the x-coordinate (vertical) guideline collection. (Herdado de Visual) |
VisualYSnappingGuidelines |
Obtém ou define a coleção de diretrizes (horizontal) da coordenada y.Gets or sets the y-coordinate (horizontal) guideline collection. (Herdado de Visual) |
Métodos
AddHandler(RoutedEvent, Delegate) |
Adiciona um manipulador de eventos roteados de um evento roteado especificado, adicionando o manipulador à coleção de manipuladores no elemento atual.Adds a routed event handler for a specified routed event, adding the handler to the handler collection on the current element. |
AddHandler(RoutedEvent, Delegate, Boolean) |
Adiciona um manipulador de eventos roteados de um evento roteado especificado, adicionando o manipulador à coleção de manipuladores no elemento atual.Adds a routed event handler for a specified routed event, adding the handler to the handler collection on the current element. Especifique |
AddToEventRoute(EventRoute, RoutedEventArgs) |
Adiciona manipuladores ao EventRoute especificado para a coleção do manipulador de eventos UIElement atual.Adds handlers to the specified EventRoute for the current UIElement event handler collection. |
AddVisualChild(Visual) |
Define a relação pai-filho entre dois visuais.Defines the parent-child relationship between two visuals. (Herdado de Visual) |
ApplyAnimationClock(DependencyProperty, AnimationClock) |
Aplica uma animação a uma propriedade de dependência especificada neste elemento.Applies an animation to a specified dependency property on this element. Todas as animações existentes são interrompidas e substituídas pela nova animação.Any existing animations are stopped and replaced with the new animation. |
ApplyAnimationClock(DependencyProperty, AnimationClock, HandoffBehavior) |
Aplica uma animação a uma propriedade de dependência especificada nesse elemento, com a capacidade de especificar o que ocorrerá se a propriedade já tiver uma animação em execução.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. |
Arrange(Rect) |
Posiciona elementos filho e determina um tamanho para um UIElement.Positions child elements and determines a size for a UIElement. Elementos pai chamam esse método de sua própria implementação ArrangeCore(Rect) (ou um equivalente no nível de estrutura WPF) para formar uma atualização de layout recursiva.Parent elements call this method from their ArrangeCore(Rect) implementation (or a WPF framework-level equivalent) to form a recursive layout update. Esse método constitui a segunda passagem de uma atualização de layout.This method constitutes the second pass of a layout update. |
ArrangeCore(Rect) |
Define o modelo para a definição de layout de disposição de nível de núcleo do WPF.Defines the template for WPF core-level arrange layout definition. |
BeginAnimation(DependencyProperty, AnimationTimeline) |
Inicia uma animação de uma propriedade animada especificada neste elemento.Starts an animation for a specified animated property on this element. |
BeginAnimation(DependencyProperty, AnimationTimeline, HandoffBehavior) |
Inicia uma animação específica para uma propriedade animada especificada neste elemento, com a opção de especificar o que acontece se a propriedade já tiver uma animação em execução.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. |
CaptureMouse() |
Tenta forçar a captura do mouse para esse elemento.Attempts to force capture of the mouse to this element. |
CaptureStylus() |
Tenta forçar a captura da caneta para esse elemento.Attempts to force capture of the stylus to this element. |
CaptureTouch(TouchDevice) |
Tenta forçar a captura de um toque para esse elemento.Attempts to force capture of a touch to this element. |
CheckAccess() |
Determina se o thread de chamada tem acesso a este DispatcherObject.Determines whether the calling thread has access to this DispatcherObject. (Herdado de DispatcherObject) |
ClearValue(DependencyProperty) |
Limpa o valor local de uma propriedade.Clears the local value of a property. A propriedade a ser limpa é especificada por um identificador DependencyProperty.The property to be cleared is specified by a DependencyProperty identifier. (Herdado de DependencyObject) |
ClearValue(DependencyPropertyKey) |
Limpa o valor local de uma propriedade somente leitura.Clears the local value of a read-only property. A propriedade a ser limpa é especificada por um DependencyPropertyKey.The property to be cleared is specified by a DependencyPropertyKey. (Herdado de DependencyObject) |
CoerceValue(DependencyProperty) |
Converte o valor da propriedade de dependência especificada.Coerces the value of the specified dependency property. Isso é feito invocando qualquer função CoerceValueCallback especificada nos metadados de propriedade para a propriedade de dependência, visto que ela existe na chamada a DependencyObject.This is accomplished by invoking any CoerceValueCallback function specified in property metadata for the dependency property as it exists on the calling DependencyObject. (Herdado de DependencyObject) |
Equals(Object) |
Determina se um DependencyObject fornecido é equivalente ao DependencyObject atual.Determines whether a provided DependencyObject is equivalent to the current DependencyObject. (Herdado de DependencyObject) |
FindCommonVisualAncestor(DependencyObject) |
Retorna o ancestral comum de dois objetos visuais.Returns the common ancestor of two visual objects. (Herdado de Visual) |
Focus() |
Tenta definir o foco para esse elemento.Attempts to set focus to this element. |
GetAnimationBaseValue(DependencyProperty) |
Retorna o valor da propriedade base da propriedade especificada neste elemento, desconsiderando qualquer possível valor animado de uma animação parada ou em execução.Returns the base property value for the specified property on this element, disregarding any possible animated value from a running or stopped animation. |
GetHashCode() |
Obtém o código hash para esse DependencyObject.Gets a hash code for this DependencyObject. (Herdado de DependencyObject) |
GetLayoutClip(Size) |
Retorna uma geometria de recorte alternativa que representa a região que seria recortada se ClipToBounds estivesse definido como |
GetLocalValueEnumerator() |
Cria um enumerador especializado para determinar quais propriedades de dependência têm valores definidos localmente nessa DependencyObject.Creates a specialized enumerator for determining which dependency properties have locally set values on this DependencyObject. (Herdado de DependencyObject) |
GetType() |
Obtém o Type da instância atual.Gets the Type of the current instance. (Herdado de Object) |
GetUIParentCore() |
Quando substituído em uma classe derivada, retornará um pai UI (interface do usuário)user interface (UI) alternativo para esse elemento se nenhum pai visual existir.When overridden in a derived class, returns an alternative UI (interface do usuário)user interface (UI) parent for this element if no visual parent exists. |
GetValue(DependencyProperty) |
Retorna o valor efetivo atual de uma propriedade de dependência nessa instância de um DependencyObject.Returns the current effective value of a dependency property on this instance of a DependencyObject. (Herdado de DependencyObject) |
GetVisualChild(Int32) |
Retorna o Visual especificado no VisualCollection pai.Returns the specified Visual in the parent VisualCollection. (Herdado de Visual) |
HitTestCore(GeometryHitTestParameters) |
Implementa HitTestCore(GeometryHitTestParameters) para fornecer o comportamento do teste de clique do elemento base (retornando GeometryHitTestResult).Implements HitTestCore(GeometryHitTestParameters) to supply base element hit testing behavior (returning GeometryHitTestResult). |
HitTestCore(PointHitTestParameters) |
Implementa HitTestCore(PointHitTestParameters) para fornecer o comportamento do teste de clique do elemento base (retornando HitTestResult).Implements HitTestCore(PointHitTestParameters) to supply base element hit testing behavior (returning HitTestResult). |
InputHitTest(Point) |
Retorna o elemento de entrada no elemento atual que está nas coordenadas especificadas em relação à origem do elemento atual.Returns the input element within the current element that is at the specified coordinates, relative to the current element's origin. |
InvalidateArrange() |
Invalida o estado da organização (layout) do elemento.Invalidates the arrange state (layout) for the element. Após a invalidação, o elemento terá seu layout atualizado, o que ocorrerá de forma assíncrona a menos que posteriormente seja forçado por UpdateLayout().After the invalidation, the element will have its layout updated, which will occur asynchronously unless subsequently forced by UpdateLayout(). |
InvalidateMeasure() |
Invalida o estado da medida (layout) do elemento.Invalidates the measurement state (layout) for the element. |
InvalidateProperty(DependencyProperty) |
Reavalia o valor efetivo para a propriedade de dependência especificada.Re-evaluates the effective value for the specified dependency property. (Herdado de DependencyObject) |
InvalidateVisual() |
Invalida a renderização do elemento e força uma nova passagem de layout completa.Invalidates the rendering of the element, and forces a complete new layout pass. OnRender(DrawingContext) é chamado após a conclusão do ciclo de layout.OnRender(DrawingContext) is called after the layout cycle is completed. |
IsAncestorOf(DependencyObject) |
Determina se o objeto visual é um ancestral do objeto visual descendente.Determines whether the visual object is an ancestor of the descendant visual object. (Herdado de Visual) |
IsDescendantOf(DependencyObject) |
Determina se o objeto visual é um descendente do objeto visual ancestral.Determines whether the visual object is a descendant of the ancestor visual object. (Herdado de Visual) |
Measure(Size) |
Atualiza DesiredSize de um UIElement.Updates the DesiredSize of a UIElement. Elementos pai chamam esse método de suas próprias implementações MeasureCore(Size) para formar uma atualização de layout recursiva.Parent elements call this method from their own MeasureCore(Size) implementations to form a recursive layout update. Chamar esse método constitui a primeira passagem (a passagem "Medida") de uma atualização de layout.Calling this method constitutes the first pass (the "Measure" pass) of a layout update. |
MeasureCore(Size) |
Quando substituído em uma classe derivada, fornece uma lógica de medida para o dimensionamento correto desse elemento, levando em consideração o tamanho do conteúdo de elementos filho.When overridden in a derived class, provides measurement logic for sizing this element properly, with consideration of the size of any child element content. |
MemberwiseClone() |
Cria uma cópia superficial do Object atual.Creates a shallow copy of the current Object. (Herdado de Object) |
MoveFocus(TraversalRequest) |
Tenta mover o foco deste para outro elemento.Attempts to move focus from this element to another element. A direção para mover o foco é especificada por uma direção de diretrizes, que é interpretada dentro da organização do pai visual deste elemento.The direction to move focus is specified by a guidance direction, which is interpreted within the organization of the visual parent for this element. |
OnAccessKey(AccessKeyEventArgs) |
Fornece tratamento de classes para quando uma chave de acesso que seja significativa para esse elemento é chamada.Provides class handling for when an access key that is meaningful for this element is invoked. |
OnChildDesiredSizeChanged(UIElement) |
Dá suporte ao comportamento de layout quando um elemento filho é redimensionado.Supports layout behavior when a child element is resized. |
OnCreateAutomationPeer() |
Retorna implementações de AutomationPeer específicas à classe para a infra-estrutura de Windows Presentation Foundation (WPF)Windows Presentation Foundation (WPF).Returns class-specific AutomationPeer implementations for the Windows Presentation Foundation (WPF)Windows Presentation Foundation (WPF) infrastructure. |
OnDpiChanged(DpiScale, DpiScale) |
Chamado quando o DPI em que esse modo de exibição é renderizado é alterada.Called when the DPI at which this View is rendered changes. (Herdado de Visual) |
OnDragEnter(DragEventArgs) |
Invocado quando um evento anexado DragEnter sem tratamento atinge um elemento em sua rota que deriva dessa classe.Invoked when an unhandled DragEnter attached event reaches an element in its route that is derived from this class. Implemente esse método para adicionar tratamento de classe a esse evento.Implement this method to add class handling for this event. |
OnDragLeave(DragEventArgs) |
Invocado quando um evento anexado DragLeave sem tratamento atinge um elemento em sua rota que deriva dessa classe.Invoked when an unhandled DragLeave attached event reaches an element in its route that is derived from this class. Implemente esse método para adicionar tratamento de classe a esse evento.Implement this method to add class handling for this event. |
OnDragOver(DragEventArgs) |
Invocado quando um evento anexado DragOver sem tratamento atinge um elemento em sua rota que deriva dessa classe.Invoked when an unhandled DragOver attached event reaches an element in its route that is derived from this class. Implemente esse método para adicionar tratamento de classe a esse evento.Implement this method to add class handling for this event. |
OnDrop(DragEventArgs) |
Invocado quando um evento anexado DragEnter sem tratamento atinge um elemento em sua rota que deriva dessa classe.Invoked when an unhandled DragEnter attached event reaches an element in its route that is derived from this class. Implemente esse método para adicionar tratamento de classe a esse evento.Implement this method to add class handling for this event. |
OnGiveFeedback(GiveFeedbackEventArgs) |
Invocado quando um evento anexado GiveFeedback sem tratamento atinge um elemento em sua rota que deriva dessa classe.Invoked when an unhandled GiveFeedback attached event reaches an element in its route that is derived from this class. Implemente esse método para adicionar tratamento de classe a esse evento.Implement this method to add class handling for this event. |
OnGotFocus(RoutedEventArgs) |
Gera o evento roteado GotFocus usando os dados de evento fornecidos.Raises the GotFocus routed event by using the event data provided. |
OnGotKeyboardFocus(KeyboardFocusChangedEventArgs) |
Invocado quando um evento anexado GotKeyboardFocus sem tratamento atinge um elemento em sua rota que deriva dessa classe.Invoked when an unhandled GotKeyboardFocus attached event reaches an element in its route that is derived from this class. Implemente esse método para adicionar tratamento de classe a esse evento.Implement this method to add class handling for this event. |
OnGotMouseCapture(MouseEventArgs) |
Invocado quando um evento anexado GotMouseCapture sem tratamento atinge um elemento em sua rota que deriva dessa classe.Invoked when an unhandled GotMouseCapture attached event reaches an element in its route that is derived from this class. Implemente esse método para adicionar tratamento de classe a esse evento.Implement this method to add class handling for this event. |
OnGotStylusCapture(StylusEventArgs) |
Invocado quando um evento anexado GotStylusCapture sem tratamento atinge um elemento em sua rota que deriva dessa classe.Invoked when an unhandled GotStylusCapture attached event reaches an element in its route that is derived from this class. Implemente esse método para adicionar tratamento de classe a esse evento.Implement this method to add class handling for this event. |
OnGotTouchCapture(TouchEventArgs) |
Fornece tratamento de classes para os eventos roteados GotTouchCapture que ocorrem quando um toque é capturado para esse elemento.Provides class handling for the GotTouchCapture routed event that occurs when a touch is captured to this element. |
OnIsKeyboardFocusedChanged(DependencyPropertyChangedEventArgs) |
Invocado quando um evento IsKeyboardFocusedChanged sem tratamento é gerado nesse elemento.Invoked when an unhandled IsKeyboardFocusedChanged event is raised on this element. Implemente esse método para adicionar tratamento de classe a esse evento.Implement this method to add class handling for this event. |
OnIsKeyboardFocusWithinChanged(DependencyPropertyChangedEventArgs) |
Invocado pouco antes do evento IsKeyboardFocusWithinChanged ser gerado por este elemento.Invoked just before the IsKeyboardFocusWithinChanged event is raised by this element. Implemente esse método para adicionar tratamento de classe a esse evento.Implement this method to add class handling for this event. |
OnIsMouseCapturedChanged(DependencyPropertyChangedEventArgs) |
Invocado quando um evento IsMouseCapturedChanged sem tratamento é gerado nesse elemento.Invoked when an unhandled IsMouseCapturedChanged event is raised on this element. Implemente esse método para adicionar tratamento de classe a esse evento.Implement this method to add class handling for this event. |
OnIsMouseCaptureWithinChanged(DependencyPropertyChangedEventArgs) |
Invocado quando um evento IsMouseCaptureWithinChanged sem tratamento é gerado nesse elemento.Invoked when an unhandled IsMouseCaptureWithinChanged event is raised on this element. Implemente esse método para adicionar tratamento de classe a esse evento.Implement this method to add class handling for this event. |
OnIsMouseDirectlyOverChanged(DependencyPropertyChangedEventArgs) |
Invocado quando um evento IsMouseDirectlyOverChanged sem tratamento é gerado nesse elemento.Invoked when an unhandled IsMouseDirectlyOverChanged event is raised on this element. Implemente esse método para adicionar tratamento de classe a esse evento.Implement this method to add class handling for this event. |
OnIsStylusCapturedChanged(DependencyPropertyChangedEventArgs) |
Invocado quando um evento IsStylusCapturedChanged sem tratamento é gerado nesse elemento.Invoked when an unhandled IsStylusCapturedChanged event is raised on this element. Implemente esse método para adicionar tratamento de classe a esse evento.Implement this method to add class handling for this event. |
OnIsStylusCaptureWithinChanged(DependencyPropertyChangedEventArgs) |
Invocado quando um evento IsStylusCaptureWithinChanged sem tratamento é gerado nesse elemento.Invoked when an unhandled IsStylusCaptureWithinChanged event is raised on this element. Implemente esse método para adicionar tratamento de classe a esse evento.Implement this method to add class handling for this event. |
OnIsStylusDirectlyOverChanged(DependencyPropertyChangedEventArgs) |
Invocado quando um evento IsStylusDirectlyOverChanged sem tratamento é gerado nesse elemento.Invoked when an unhandled IsStylusDirectlyOverChanged event is raised on this element. Implemente esse método para adicionar tratamento de classe a esse evento.Implement this method to add class handling for this event. |
OnKeyDown(KeyEventArgs) |
Invocado quando um evento anexado KeyDown sem tratamento atinge um elemento em sua rota que deriva dessa classe.Invoked when an unhandled KeyDown attached event reaches an element in its route that is derived from this class. Implemente esse método para adicionar tratamento de classe a esse evento.Implement this method to add class handling for this event. |
OnKeyUp(KeyEventArgs) |
Invocado quando um evento anexado KeyUp sem tratamento atinge um elemento em sua rota que deriva dessa classe.Invoked when an unhandled KeyUp attached event reaches an element in its route that is derived from this class. Implemente esse método para adicionar tratamento de classe a esse evento.Implement this method to add class handling for this event. |
OnLostFocus(RoutedEventArgs) |
Gera o evento roteado LostFocus usando os dados de evento fornecidos.Raises the LostFocus routed event by using the event data that is provided. |
OnLostKeyboardFocus(KeyboardFocusChangedEventArgs) |
Invocado quando um evento anexado LostKeyboardFocus sem tratamento atinge um elemento em sua rota que deriva dessa classe.Invoked when an unhandled LostKeyboardFocus attached event reaches an element in its route that is derived from this class. Implemente esse método para adicionar tratamento de classe a esse evento.Implement this method to add class handling for this event. |
OnLostMouseCapture(MouseEventArgs) |
Invocado quando um evento anexado LostMouseCapture sem tratamento atinge um elemento em sua rota que deriva dessa classe.Invoked when an unhandled LostMouseCapture attached event reaches an element in its route that is derived from this class. Implemente esse método para adicionar tratamento de classe a esse evento.Implement this method to add class handling for this event. |
OnLostStylusCapture(StylusEventArgs) |
Invocado quando um evento anexado LostStylusCapture sem tratamento atinge um elemento em sua rota que deriva dessa classe.Invoked when an unhandled LostStylusCapture attached event reaches an element in its route that is derived from this class. Implemente esse método para adicionar tratamento de classe a esse evento.Implement this method to add class handling for this event. |
OnLostTouchCapture(TouchEventArgs) |
Fornece tratamento de classes para o evento roteado LostTouchCapture que ocorre quando este elemento perde a captura de toque.Provides class handling for the LostTouchCapture routed event that occurs when this element loses a touch capture. |
OnManipulationBoundaryFeedback(ManipulationBoundaryFeedbackEventArgs) |
Chamado quando o evento ManipulationBoundaryFeedback ocorre.Called when the ManipulationBoundaryFeedback event occurs. |
OnManipulationCompleted(ManipulationCompletedEventArgs) |
Chamado quando o evento ManipulationCompleted ocorre.Called when the ManipulationCompleted event occurs. |
OnManipulationDelta(ManipulationDeltaEventArgs) |
Chamado quando o evento ManipulationDelta ocorre.Called when the ManipulationDelta event occurs. |
OnManipulationInertiaStarting(ManipulationInertiaStartingEventArgs) |
Chamado quando o evento ManipulationInertiaStarting ocorre.Called when the ManipulationInertiaStarting event occurs. |
OnManipulationStarted(ManipulationStartedEventArgs) |
Chamado quando o evento ManipulationStarted ocorre.Called when the ManipulationStarted event occurs. |
OnManipulationStarting(ManipulationStartingEventArgs) |
Fornece tratamento de classes para o evento ManipulationStarting roteado que ocorre quando o processador de manipulação é criado pela primeira vez.Provides class handling for the ManipulationStarting routed event that occurs when the manipulation processor is first created. |
OnMouseDown(MouseButtonEventArgs) |
Invocado quando um evento anexado MouseDown sem tratamento atinge um elemento em sua rota que deriva dessa classe.Invoked when an unhandled MouseDown attached event reaches an element in its route that is derived from this class. Implemente esse método para adicionar tratamento de classe a esse evento.Implement this method to add class handling for this event. |
OnMouseEnter(MouseEventArgs) |
Invocado quando um evento anexado MouseEnter sem tratamento é gerado nesse elemento.Invoked when an unhandled MouseEnter attached event is raised on this element. Implemente esse método para adicionar tratamento de classe a esse evento.Implement this method to add class handling for this event. |
OnMouseLeave(MouseEventArgs) |
Invocado quando um evento anexado MouseLeave sem tratamento é gerado nesse elemento.Invoked when an unhandled MouseLeave attached event is raised on this element. Implemente esse método para adicionar tratamento de classe a esse evento.Implement this method to add class handling for this event. |
OnMouseLeftButtonDown(MouseButtonEventArgs) |
Invocado quando um evento roteado MouseLeftButtonDown sem tratamento é gerado nesse elemento.Invoked when an unhandled MouseLeftButtonDown routed event is raised on this element. Implemente esse método para adicionar tratamento de classe a esse evento.Implement this method to add class handling for this event. |
OnMouseLeftButtonUp(MouseButtonEventArgs) |
Invocado quando um evento roteado MouseLeftButtonUp sem tratamento atinge um elemento em sua rota que deriva dessa classe.Invoked when an unhandled MouseLeftButtonUp routed event reaches an element in its route that is derived from this class. Implemente esse método para adicionar tratamento de classe a esse evento.Implement this method to add class handling for this event. |
OnMouseMove(MouseEventArgs) |
Invocado quando um evento anexado MouseMove sem tratamento atinge um elemento em sua rota que deriva dessa classe.Invoked when an unhandled MouseMove attached event reaches an element in its route that is derived from this class. Implemente esse método para adicionar tratamento de classe a esse evento.Implement this method to add class handling for this event. |
OnMouseRightButtonDown(MouseButtonEventArgs) |
Invocado quando um evento roteado MouseRightButtonDown sem tratamento atinge um elemento em sua rota que deriva dessa classe.Invoked when an unhandled MouseRightButtonDown routed event reaches an element in its route that is derived from this class. Implemente esse método para adicionar tratamento de classe a esse evento.Implement this method to add class handling for this event. |
OnMouseRightButtonUp(MouseButtonEventArgs) |
Invocado quando um evento roteado MouseRightButtonUp sem tratamento atinge um elemento em sua rota que deriva dessa classe.Invoked when an unhandled MouseRightButtonUp routed event reaches an element in its route that is derived from this class. Implemente esse método para adicionar tratamento de classe a esse evento.Implement this method to add class handling for this event. |
OnMouseUp(MouseButtonEventArgs) |
Invocado quando um evento roteado MouseUp sem tratamento atinge um elemento em sua rota que deriva dessa classe.Invoked when an unhandled MouseUp routed event reaches an element in its route that is derived from this class. Implemente esse método para adicionar tratamento de classe a esse evento.Implement this method to add class handling for this event. |
OnMouseWheel(MouseWheelEventArgs) |
Invocado quando um evento anexado MouseWheel sem tratamento atinge um elemento em sua rota que deriva dessa classe.Invoked when an unhandled MouseWheel attached event reaches an element in its route that is derived from this class. Implemente esse método para adicionar tratamento de classe a esse evento.Implement this method to add class handling for this event. |
OnPreviewDragEnter(DragEventArgs) |
Invocado quando um evento anexado PreviewDragEnter sem tratamento atinge um elemento em sua rota que deriva dessa classe.Invoked when an unhandled PreviewDragEnter attached event reaches an element in its route that is derived from this class. Implemente esse método para adicionar tratamento de classe a esse evento.Implement this method to add class handling for this event. |
OnPreviewDragLeave(DragEventArgs) |
Invocado quando um evento anexado PreviewDragLeave sem tratamento atinge um elemento em sua rota que deriva dessa classe.Invoked when an unhandled PreviewDragLeave attached event reaches an element in its route that is derived from this class. Implemente esse método para adicionar tratamento de classe a esse evento.Implement this method to add class handling for this event. |
OnPreviewDragOver(DragEventArgs) |
Invocado quando um evento anexado PreviewDragOver sem tratamento atinge um elemento em sua rota que deriva dessa classe.Invoked when an unhandled PreviewDragOver attached event reaches an element in its route that is derived from this class. Implemente esse método para adicionar tratamento de classe a esse evento.Implement this method to add class handling for this event. |
OnPreviewDrop(DragEventArgs) |
Invocado quando um evento anexado PreviewDrop sem tratamento atinge um elemento em sua rota que deriva dessa classe.Invoked when an unhandled PreviewDrop attached event reaches an element in its route that is derived from this class. Implemente esse método para adicionar tratamento de classe a esse evento.Implement this method to add class handling for this event. |
OnPreviewGiveFeedback(GiveFeedbackEventArgs) |
Invocado quando um evento anexado PreviewGiveFeedback sem tratamento atinge um elemento em sua rota que deriva dessa classe.Invoked when an unhandled PreviewGiveFeedback attached event reaches an element in its route that is derived from this class. Implemente esse método para adicionar tratamento de classe a esse evento.Implement this method to add class handling for this event. |
OnPreviewGotKeyboardFocus(KeyboardFocusChangedEventArgs) |
Invocado quando um evento anexado PreviewGotKeyboardFocus sem tratamento atinge um elemento em sua rota que deriva dessa classe.Invoked when an unhandled PreviewGotKeyboardFocus attached event reaches an element in its route that is derived from this class. Implemente esse método para adicionar tratamento de classe a esse evento.Implement this method to add class handling for this event. |
OnPreviewKeyDown(KeyEventArgs) |
Invocado quando um evento anexado PreviewKeyDown sem tratamento atinge um elemento em sua rota que deriva dessa classe.Invoked when an unhandled PreviewKeyDown attached event reaches an element in its route that is derived from this class. Implemente esse método para adicionar tratamento de classe a esse evento.Implement this method to add class handling for this event. |
OnPreviewKeyUp(KeyEventArgs) |
Invocado quando um evento anexado PreviewKeyUp sem tratamento atinge um elemento em sua rota que deriva dessa classe.Invoked when an unhandled PreviewKeyUp attached event reaches an element in its route that is derived from this class. Implemente esse método para adicionar tratamento de classe a esse evento.Implement this method to add class handling for this event. |
OnPreviewLostKeyboardFocus(KeyboardFocusChangedEventArgs) |
Invocado quando um evento anexado PreviewKeyDown sem tratamento atinge um elemento em sua rota que deriva dessa classe.Invoked when an unhandled PreviewKeyDown attached event reaches an element in its route that is derived from this class. Implemente esse método para adicionar tratamento de classe a esse evento.Implement this method to add class handling for this event. |
OnPreviewMouseDown(MouseButtonEventArgs) |
Invocado quando um evento roteado anexado PreviewMouseDown sem tratamento atinge um elemento em sua rota que deriva dessa classe.Invoked when an unhandled PreviewMouseDown attached routed event reaches an element in its route that is derived from this class. Implemente esse método para adicionar tratamento de classe a esse evento.Implement this method to add class handling for this event. |
OnPreviewMouseLeftButtonDown(MouseButtonEventArgs) |
Invocado quando um evento roteado PreviewMouseLeftButtonDown sem tratamento atinge um elemento em sua rota que deriva dessa classe.Invoked when an unhandled PreviewMouseLeftButtonDown routed event reaches an element in its route that is derived from this class. Implemente esse método para adicionar tratamento de classe a esse evento.Implement this method to add class handling for this event. |
OnPreviewMouseLeftButtonUp(MouseButtonEventArgs) |
Invocado quando um evento roteado PreviewMouseLeftButtonUp sem tratamento atinge um elemento em sua rota que deriva dessa classe.Invoked when an unhandled PreviewMouseLeftButtonUp routed event reaches an element in its route that is derived from this class. Implemente esse método para adicionar tratamento de classe a esse evento.Implement this method to add class handling for this event. |
OnPreviewMouseMove(MouseEventArgs) |
Invocado quando um evento anexado PreviewMouseMove sem tratamento atinge um elemento em sua rota que deriva dessa classe.Invoked when an unhandled PreviewMouseMove attached event reaches an element in its route that is derived from this class. Implemente esse método para adicionar tratamento de classe a esse evento.Implement this method to add class handling for this event. |
OnPreviewMouseRightButtonDown(MouseButtonEventArgs) |
Invocado quando um evento roteado PreviewMouseRightButtonDown sem tratamento atinge um elemento em sua rota que deriva dessa classe.Invoked when an unhandled PreviewMouseRightButtonDown routed event reaches an element in its route that is derived from this class. Implemente esse método para adicionar tratamento de classe a esse evento.Implement this method to add class handling for this event. |
OnPreviewMouseRightButtonUp(MouseButtonEventArgs) |
Invocado quando um evento roteado PreviewMouseRightButtonUp sem tratamento atinge um elemento em sua rota que deriva dessa classe.Invoked when an unhandled PreviewMouseRightButtonUp routed event reaches an element in its route that is derived from this class. Implemente esse método para adicionar tratamento de classe a esse evento.Implement this method to add class handling for this event. |
OnPreviewMouseUp(MouseButtonEventArgs) |
Invocado quando um evento anexado PreviewMouseUp sem tratamento atinge um elemento em sua rota que deriva dessa classe.Invoked when an unhandled PreviewMouseUp attached event reaches an element in its route that is derived from this class. Implemente esse método para adicionar tratamento de classe a esse evento.Implement this method to add class handling for this event. |
OnPreviewMouseWheel(MouseWheelEventArgs) |
Invocado quando um evento anexado PreviewMouseWheel sem tratamento atinge um elemento em sua rota que deriva dessa classe.Invoked when an unhandled PreviewMouseWheel attached event reaches an element in its route that is derived from this class. Implemente esse método para adicionar tratamento de classe a esse evento.Implement this method to add class handling for this event. |
OnPreviewQueryContinueDrag(QueryContinueDragEventArgs) |
Invocado quando um evento anexado PreviewQueryContinueDrag sem tratamento atinge um elemento em sua rota que deriva dessa classe.Invoked when an unhandled PreviewQueryContinueDrag attached event reaches an element in its route that is derived from this class. Implemente esse método para adicionar tratamento de classe a esse evento.Implement this method to add class handling for this event. |
OnPreviewStylusButtonDown(StylusButtonEventArgs) |
Invocado quando um evento anexado PreviewStylusButtonDown sem tratamento atinge um elemento em sua rota que deriva dessa classe.Invoked when an unhandled PreviewStylusButtonDown attached event reaches an element in its route that is derived from this class. Implemente esse método para adicionar tratamento de classe a esse evento.Implement this method to add class handling for this event. |
OnPreviewStylusButtonUp(StylusButtonEventArgs) |
Invocado quando um evento anexado PreviewStylusButtonUp sem tratamento atinge um elemento em sua rota que deriva dessa classe.Invoked when an unhandled PreviewStylusButtonUp attached event reaches an element in its route that is derived from this class. Implemente esse método para adicionar tratamento de classe a esse evento.Implement this method to add class handling for this event. |
OnPreviewStylusDown(StylusDownEventArgs) |
Invocado quando um evento anexado PreviewStylusDown sem tratamento atinge um elemento em sua rota que deriva dessa classe.Invoked when an unhandled PreviewStylusDown attached event reaches an element in its route that is derived from this class. Implemente esse método para adicionar tratamento de classe a esse evento.Implement this method to add class handling for this event. |
OnPreviewStylusInAirMove(StylusEventArgs) |
Invocado quando um evento anexado PreviewStylusInAirMove sem tratamento atinge um elemento em sua rota que deriva dessa classe.Invoked when an unhandled PreviewStylusInAirMove attached event reaches an element in its route that is derived from this class. Implemente esse método para adicionar tratamento de classe a esse evento.Implement this method to add class handling for this event. |
OnPreviewStylusInRange(StylusEventArgs) |
Invocado quando um evento anexado PreviewStylusInRange sem tratamento atinge um elemento em sua rota que deriva dessa classe.Invoked when an unhandled PreviewStylusInRange attached event reaches an element in its route that is derived from this class. Implemente esse método para adicionar tratamento de classe a esse evento.Implement this method to add class handling for this event. |
OnPreviewStylusMove(StylusEventArgs) |
Invocado quando um evento anexado PreviewStylusMove sem tratamento atinge um elemento em sua rota que deriva dessa classe.Invoked when an unhandled PreviewStylusMove attached event reaches an element in its route that is derived from this class. Implemente esse método para adicionar tratamento de classe a esse evento.Implement this method to add class handling for this event. |
OnPreviewStylusOutOfRange(StylusEventArgs) |
Invocado quando um evento anexado PreviewStylusOutOfRange sem tratamento atinge um elemento em sua rota que deriva dessa classe.Invoked when an unhandled PreviewStylusOutOfRange attached event reaches an element in its route that is derived from this class. Implemente esse método para adicionar tratamento de classe a esse evento.Implement this method to add class handling for this event. |
OnPreviewStylusSystemGesture(StylusSystemGestureEventArgs) |
Invocado quando um evento anexado PreviewStylusSystemGesture sem tratamento atinge um elemento em sua rota que deriva dessa classe.Invoked when an unhandled PreviewStylusSystemGesture attached event reaches an element in its route that is derived from this class. Implemente esse método para adicionar tratamento de classe a esse evento.Implement this method to add class handling for this event. |
OnPreviewStylusUp(StylusEventArgs) |
Invocado quando um evento anexado PreviewStylusUp sem tratamento atinge um elemento em sua rota que deriva dessa classe.Invoked when an unhandled PreviewStylusUp attached event reaches an element in its route that is derived from this class. Implemente esse método para adicionar tratamento de classe a esse evento.Implement this method to add class handling for this event. |
OnPreviewTextInput(TextCompositionEventArgs) |
Invocado quando um evento anexado PreviewTextInput sem tratamento atinge um elemento em sua rota que deriva dessa classe.Invoked when an unhandled PreviewTextInput attached event reaches an element in its route that is derived from this class. Implemente esse método para adicionar tratamento de classe a esse evento.Implement this method to add class handling for this event. |
OnPreviewTouchDown(TouchEventArgs) |
Fornece tratamento de classes para os eventos roteados PreviewTouchDown que ocorrem quando um toque pressiona esse elemento.Provides class handling for the PreviewTouchDown routed event that occurs when a touch presses this element. |
OnPreviewTouchMove(TouchEventArgs) |
Fornece manipulação de classes para o evento roteado PreviewTouchMove que ocorre quando há uma movimentação de toque nesse elemento.Provides class handling for the PreviewTouchMove routed event that occurs when a touch moves while inside this element. |
OnPreviewTouchUp(TouchEventArgs) |
Fornece tratamento de classe para os eventos roteados PreviewTouchUp que ocorrem quando um toque é liberado dentro desse elemento.Provides class handling for the PreviewTouchUp routed event that occurs when a touch is released inside this element. |
OnPropertyChanged(DependencyPropertyChangedEventArgs) |
Invocado sempre que o valor efetivo de qualquer propriedade de dependência nesse DependencyObject for atualizado.Invoked whenever the effective value of any dependency property on this DependencyObject has been updated. A propriedade de dependência específica que mudou é relatada os dados do evento.The specific dependency property that changed is reported in the event data. (Herdado de DependencyObject) |
OnQueryContinueDrag(QueryContinueDragEventArgs) |
Invocado quando um evento anexado QueryContinueDrag sem tratamento atinge um elemento em sua rota que deriva dessa classe.Invoked when an unhandled QueryContinueDrag attached event reaches an element in its route that is derived from this class. Implemente esse método para adicionar tratamento de classe a esse evento.Implement this method to add class handling for this event. |
OnQueryCursor(QueryCursorEventArgs) |
Invocado quando um evento anexado QueryCursor sem tratamento atinge um elemento em sua rota que deriva dessa classe.Invoked when an unhandled QueryCursor attached event reaches an element in its route that is derived from this class. Implemente esse método para adicionar tratamento de classe a esse evento.Implement this method to add class handling for this event. |
OnRender(DrawingContext) |
Quando substituído em uma classe derivada, participa de operações de renderização direcionadas pelo sistema de layout.When overridden in a derived class, participates in rendering operations that are directed by the layout system. As instruções de renderização para esse elemento não são usadas diretamente quando este método é invocado e, em vez disso, são preservadas para serem usadas posteriormente de forma assíncrona pelo layout e desenho.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. |
OnRenderSizeChanged(SizeChangedInfo) |
Quando substituído em uma classe derivada, participa de operações de renderização direcionadas pelo sistema de layout.When overridden in a derived class, participates in rendering operations that are directed by the layout system. Esse método será invocado após a atualização do layout e antes da renderização se o RenderSize do elemento tiver sido alterado como resultado da atualização do layout.This method is invoked after layout update, and before rendering, if the element's RenderSize has changed as a result of layout update. |
OnStylusButtonDown(StylusButtonEventArgs) |
Invocado quando um evento anexado StylusButtonDown sem tratamento atinge um elemento em sua rota que deriva dessa classe.Invoked when an unhandled StylusButtonDown attached event reaches an element in its route that is derived from this class. Implemente esse método para adicionar tratamento de classe a esse evento.Implement this method to add class handling for this event. |
OnStylusButtonUp(StylusButtonEventArgs) |
Invocado quando um evento anexado StylusButtonUp sem tratamento atinge um elemento em sua rota que deriva dessa classe.Invoked when an unhandled StylusButtonUp attached event reaches an element in its route that is derived from this class. Implemente esse método para adicionar tratamento de classe a esse evento.Implement this method to add class handling for this event. |
OnStylusDown(StylusDownEventArgs) |
Invocado quando um evento anexado StylusDown sem tratamento atinge um elemento em sua rota que deriva dessa classe.Invoked when an unhandled StylusDown attached event reaches an element in its route that is derived from this class. Implemente esse método para adicionar tratamento de classe a esse evento.Implement this method to add class handling for this event. |
OnStylusEnter(StylusEventArgs) |
Invocado quando um evento anexado StylusEnter sem tratamento é gerado por esse elemento.Invoked when an unhandled StylusEnter attached event is raised by this element. Implemente esse método para adicionar tratamento de classe a esse evento.Implement this method to add class handling for this event. |
OnStylusInAirMove(StylusEventArgs) |
Invocado quando um evento anexado StylusInAirMove sem tratamento atinge um elemento em sua rota que deriva dessa classe.Invoked when an unhandled StylusInAirMove attached event reaches an element in its route that is derived from this class. Implemente esse método para adicionar tratamento de classe a esse evento.Implement this method to add class handling for this event. |
OnStylusInRange(StylusEventArgs) |
Invocado quando um evento anexado StylusInRange sem tratamento atinge um elemento em sua rota que deriva dessa classe.Invoked when an unhandled StylusInRange attached event reaches an element in its route that is derived from this class. Implemente esse método para adicionar tratamento de classe a esse evento.Implement this method to add class handling for this event. |
OnStylusLeave(StylusEventArgs) |
Invocado quando um evento anexado StylusLeave sem tratamento é gerado por esse elemento.Invoked when an unhandled StylusLeave attached event is raised by this element. Implemente esse método para adicionar tratamento de classe a esse evento.Implement this method to add class handling for this event. |
OnStylusMove(StylusEventArgs) |
Invocado quando um evento anexado StylusMove sem tratamento atinge um elemento em sua rota que deriva dessa classe.Invoked when an unhandled StylusMove attached event reaches an element in its route that is derived from this class. Implemente esse método para adicionar tratamento de classe a esse evento.Implement this method to add class handling for this event. |
OnStylusOutOfRange(StylusEventArgs) |
Invocado quando um evento anexado StylusOutOfRange sem tratamento atinge um elemento em sua rota que deriva dessa classe.Invoked when an unhandled StylusOutOfRange attached event reaches an element in its route that is derived from this class. Implemente esse método para adicionar tratamento de classe a esse evento.Implement this method to add class handling for this event. |
OnStylusSystemGesture(StylusSystemGestureEventArgs) |
Invocado quando um evento anexado StylusSystemGesture sem tratamento atinge um elemento em sua rota que deriva dessa classe.Invoked when an unhandled StylusSystemGesture attached event reaches an element in its route that is derived from this class. Implemente esse método para adicionar tratamento de classe a esse evento.Implement this method to add class handling for this event. |
OnStylusUp(StylusEventArgs) |
Invocado quando um evento anexado StylusUp sem tratamento atinge um elemento em sua rota que deriva dessa classe.Invoked when an unhandled StylusUp attached event reaches an element in its route that is derived from this class. Implemente esse método para adicionar tratamento de classe a esse evento.Implement this method to add class handling for this event. |
OnTextInput(TextCompositionEventArgs) |
Invocado quando um evento anexado TextInput sem tratamento atinge um elemento em sua rota que deriva dessa classe.Invoked when an unhandled TextInput attached event reaches an element in its route that is derived from this class. Implemente esse método para adicionar tratamento de classe a esse evento.Implement this method to add class handling for this event. |
OnTouchDown(TouchEventArgs) |
Fornece tratamento de classes para os eventos roteados TouchDown que ocorrem quando há um toque nesse elemento.Provides class handling for the TouchDown routed event that occurs when a touch presses inside this element. |
OnTouchEnter(TouchEventArgs) |
Fornece tratamento de classes para os eventos roteados de TouchEnter que ocorre quando um toque é movido de fora para dentro dos limites deste elemento.Provides class handling for the TouchEnter routed event that occurs when a touch moves from outside to inside the bounds of this element. |
OnTouchLeave(TouchEventArgs) |
Fornece tratamento de classe para os eventos roteados TouchLeave que ocorre quando um toque é movido de dentro para fora dos limites deste UIElement.Provides class handling for the TouchLeave routed event that occurs when a touch moves from inside to outside the bounds of this UIElement. |
OnTouchMove(TouchEventArgs) |
Fornece manipulação de classes para o evento roteado TouchMove que ocorre quando há uma movimentação de toque nesse elemento.Provides class handling for the TouchMove routed event that occurs when a touch moves while inside this element. |
OnTouchUp(TouchEventArgs) |
Fornece tratamento de classe para os eventos roteados TouchUp que ocorrem quando um toque é liberado dentro desse elemento.Provides class handling for the TouchUp routed event that occurs when a touch is released inside this element. |
OnVisualChildrenChanged(DependencyObject, DependencyObject) |
Chamado quando o VisualCollection de um objeto visual é modificado.Called when the VisualCollection of the visual object is modified. (Herdado de Visual) |
OnVisualParentChanged(DependencyObject) |
Invocado quando o elemento pai desse UIElement relata uma alteração ao seu pai visual subjacente.Invoked when the parent element of this UIElement reports a change to its underlying visual parent. |
PointFromScreen(Point) |
Converte um Point em coordenadas de tela em um Point que representa o sistema de coordenadas atual do Visual.Converts a Point in screen coordinates into a Point that represents the current coordinate system of the Visual. (Herdado de Visual) |
PointToScreen(Point) |
Converte um Point que representa o sistema de coordenadas atual do Visual em um Point nas coordenadas da tela.Converts a Point that represents the current coordinate system of the Visual into a Point in screen coordinates. (Herdado de Visual) |
PredictFocus(FocusNavigationDirection) |
Quando substituído em uma classe derivada, retorna o elemento que deve receber o foco para uma direção de passagem do foco especificada, sem realmente mover o foco para esse elemento.When overridden in a derived class, returns the element that would receive focus for a specified focus traversal direction, without actually moving focus to that element. |
RaiseEvent(RoutedEventArgs) |
Aciona um evento roteado específico.Raises a specific routed event. O RoutedEvent a ser gerado é identificado na instância RoutedEventArgs fornecida (como a propriedade RoutedEvent desses dados de eventos).The RoutedEvent to be raised is identified within the RoutedEventArgs instance that is provided (as the RoutedEvent property of that event data). |
ReadLocalValue(DependencyProperty) |
Retorna o valor local de uma propriedade de dependência, local, se houver.Returns the local value of a dependency property, if it exists. (Herdado de DependencyObject) |
ReleaseAllTouchCaptures() |
Libera todos os dispositivos de toque capturados desse elemento.Releases all captured touch devices from this element. |
ReleaseMouseCapture() |
Libera a captura do mouse, se esse elemento tiver mantido a captura.Releases the mouse capture, if this element held the capture. |
ReleaseStylusCapture() |
Libera a captura do dispositivo de caneta, se esse elemento tiver mantido a captura.Releases the stylus device capture, if this element held the capture. |
ReleaseTouchCapture(TouchDevice) |
Tenta liberar o dispositivo de toque especificado desse elemento.Attempts to release the specified touch device from this element. |
RemoveHandler(RoutedEvent, Delegate) |
Remove o manipulador de eventos roteados especificado desse elemento.Removes the specified routed event handler from this element. |
RemoveVisualChild(Visual) |
Remove a relação pai-filho entre dois visuais.Removes the parent-child relationship between two visuals. (Herdado de Visual) |
SetCurrentValue(DependencyProperty, Object) |
Define o valor da propriedade de dependência sem alterar a origem do valor.Sets the value of a dependency property without changing its value source. (Herdado de DependencyObject) |
SetValue(DependencyProperty, Object) |
Define o valor local de uma propriedade de dependência, especificada pelo identificador da propriedade de dependência.Sets the local value of a dependency property, specified by its dependency property identifier. (Herdado de DependencyObject) |
SetValue(DependencyPropertyKey, Object) |
Define o valor de uma propriedade de dependência somente leitura, especificada pelo identificador DependencyPropertyKey da propriedade de dependência.Sets the local value of a read-only dependency property, specified by the DependencyPropertyKey identifier of the dependency property. (Herdado de DependencyObject) |
ShouldSerializeCommandBindings() |
Indica se os processos de serialização devem serializar o conteúdo da propriedade CommandBindings em instâncias dessa classe.Returns whether serialization processes should serialize the contents of the CommandBindings property on instances of this class. |
ShouldSerializeInputBindings() |
Indica se os processos de serialização devem serializar o conteúdo da propriedade InputBindings em instâncias dessa classe.Returns whether serialization processes should serialize the contents of the InputBindings property on instances of this class. |
ShouldSerializeProperty(DependencyProperty) |
Retorna um valor que indica se os processos de serialização devem serializar o valor da propriedade de dependência fornecida.Returns a value that indicates whether serialization processes should serialize the value for the provided dependency property. (Herdado de DependencyObject) |
ToString() |
Retorna uma cadeia de caracteres que representa o objeto atual.Returns a string that represents the current object. (Herdado de Object) |
TransformToAncestor(Visual) |
Retorna uma transformação que pode ser usada para transformar as coordenadas do Visual para o ancestral Visual especificado do objeto visual.Returns a transform that can be used to transform coordinates from the Visual to the specified Visual ancestor of the visual object. (Herdado de Visual) |
TransformToAncestor(Visual3D) |
Retorna uma transformação que pode ser usada para transformar as coordenadas do Visual para o ancestral Visual3D especificado do objeto visual.Returns a transform that can be used to transform coordinates from the Visual to the specified Visual3D ancestor of the visual object. (Herdado de Visual) |
TransformToDescendant(Visual) |
Retorna uma transformação que pode ser usada para transformar as coordenadas do Visual até o descendente do objeto visual especificado.Returns a transform that can be used to transform coordinates from the Visual to the specified visual object descendant. (Herdado de Visual) |
TransformToVisual(Visual) |
Retorna uma transformação que pode ser usada para transformar as coordenadas do Visual até o objeto visual especificado.Returns a transform that can be used to transform coordinates from the Visual to the specified visual object. (Herdado de Visual) |
TranslatePoint(Point, UIElement) |
Converte um ponto em relação a esse elemento para coordenadas que são relativas ao elemento especificado.Translates a point relative to this element to coordinates that are relative to the specified element. |
UpdateLayout() |
Garante que todos os elementos filho visuais desse elemento tenham o layout atualizado corretamente.Ensures that all visual child elements of this element are properly updated for layout. |
VerifyAccess() |
Impõe que o thread de chamada tenha acesso a este DispatcherObject.Enforces that the calling thread has access to this DispatcherObject. (Herdado de DispatcherObject) |
Eventos
DragEnter |
Ocorre quando o sistema de entrada relata um evento arrastar subjacente com este elemento como o destino de arrastar.Occurs when the input system reports an underlying drag event with this element as the drag target. |
DragLeave |
Ocorre quando o sistema de entrada relata um evento arrastar subjacente com este elemento como a origem de arrastar.Occurs when the input system reports an underlying drag event with this element as the drag origin. |
DragOver |
Ocorre quando o sistema de entrada relata um evento do tipo "arrastar" subjacente com esse elemento como a reprodução automática potencial.Occurs when the input system reports an underlying drag event with this element as the potential drop target. |
Drop |
Ocorre quando o sistema de entrada relata um evento soltar subjacente com esse elemento sendo uma reprodução automática.Occurs when the input system reports an underlying drop event with this element as the drop target. |
FocusableChanged |
Ocorre quando o valor da propriedade Focusable muda.Occurs when the value of the Focusable property changes. |
GiveFeedback |
Ocorre quando o sistema de entrada relata um evento de arrastar e soltar subjacente que envolve este elemento.Occurs when the input system reports an underlying drag-and-drop event that involves this element. |
GotFocus |
Ocorre quando este elemento tem foco lógico.Occurs when this element gets logical focus. |
GotKeyboardFocus |
Ocorre quando o teclado está focalizado neste elemento.Occurs when the keyboard is focused on this element. |
GotMouseCapture |
Ocorre quando este elemento captura o mouse.Occurs when this element captures the mouse. |
GotStylusCapture |
Ocorre quando este elemento captura a caneta.Occurs when this element captures the stylus. |
GotTouchCapture |
Ocorre quando um toque é capturado para esse elemento.Occurs when a touch is captured to this element. |
IsEnabledChanged |
Ocorre quando o valor da propriedade IsEnabled neste elemento é alterado.Occurs when the value of the IsEnabled property on this element changes. |
IsHitTestVisibleChanged |
Ocorre quando o valor da propriedade de dependência IsHitTestVisible é alterado neste elemento.Occurs when the value of the IsHitTestVisible dependency property changes on this element. |
IsKeyboardFocusedChanged |
Ocorre quando o valor da propriedade IsKeyboardFocused é alterado neste elemento.Occurs when the value of the IsKeyboardFocused property changes on this element. |
IsKeyboardFocusWithinChanged |
Ocorre quando o valor da propriedade IsKeyboardFocusWithin é alterado neste elemento.Occurs when the value of the IsKeyboardFocusWithin property changes on this element. |
IsMouseCapturedChanged |
Ocorre quando o valor da propriedade IsMouseCaptured é alterado neste elemento.Occurs when the value of the IsMouseCaptured property changes on this element. |
IsMouseCaptureWithinChanged |
Ocorre quando o valor do IsMouseCaptureWithinProperty é alterado nesse elemento.Occurs when the value of the IsMouseCaptureWithinProperty changes on this element. |
IsMouseDirectlyOverChanged |
Ocorre quando o valor da propriedade IsMouseDirectlyOver é alterado neste elemento.Occurs when the value of the IsMouseDirectlyOver property changes on this element. |
IsStylusCapturedChanged |
Ocorre quando o valor da propriedade IsStylusCaptured é alterado neste elemento.Occurs when the value of the IsStylusCaptured property changes on this element. |
IsStylusCaptureWithinChanged |
Ocorre quando o valor da propriedade IsStylusCaptureWithin é alterado neste elemento.Occurs when the value of the IsStylusCaptureWithin property changes on this element. |
IsStylusDirectlyOverChanged |
Ocorre quando o valor da propriedade IsStylusDirectlyOver é alterado neste elemento.Occurs when the value of the IsStylusDirectlyOver property changes on this element. |
IsVisibleChanged |
Ocorre quando o valor da propriedade IsVisible é alterado neste elemento.Occurs when the value of the IsVisible property changes on this element. |
KeyDown |
Ocorre quando uma tecla é pressionada enquanto o foco está neste elemento.Occurs when a key is pressed while focus is on this element. |
KeyUp |
Ocorre quando uma chave é liberada enquanto o foco está neste elemento.Occurs when a key is released while focus is on this element. |
LayoutUpdated |
Ocorre quando o layout dos vários elementos visuais associados ao Dispatcher atual é alterado.Occurs when the layout of the various visual elements associated with the current Dispatcher changes. |
LostFocus |
Ocorre quando este elemento perde o foco lógico.Occurs when this element loses logical focus. |
LostKeyboardFocus |
Ocorre quando o teclado não está mais focalizado no elemento.Occurs when the keyboard is no longer focused on this element,. |
LostMouseCapture |
Ocorre quando este elemento perde a captura do mouse.Occurs when this element loses mouse capture. |
LostStylusCapture |
Ocorre quando este elemento perde a captura da caneta.Occurs when this element loses stylus capture. |
LostTouchCapture |
Ocorre quando este elemento perde a captura do toque.Occurs when this element loses a touch capture. |
ManipulationBoundaryFeedback |
Ocorre quando a manipulação atinge um limite.Occurs when the manipulation encounters a boundary. |
ManipulationCompleted |
Ocorre quando uma manipulação e inércia no objeto UIElement é concluída.Occurs when a manipulation and inertia on the UIElement object is complete. |
ManipulationDelta |
Ocorre quando o dispositivo de entrada muda de posição durante uma manipulação.Occurs when the input device changes position during a manipulation. |
ManipulationInertiaStarting |
Ocorre quando o dispositivo de entrada perde o contato com o objeto UIElement durante uma manipulação e a inércia começa.Occurs when the input device loses contact with the UIElement object during a manipulation and inertia begins. |
ManipulationStarted |
Ocorre quando um dispositivo de entrada começa uma manipulação no objeto UIElement.Occurs when an input device begins a manipulation on the UIElement object. |
ManipulationStarting |
Ocorre quando o processador de manipulação é criado.Occurs when the manipulation processor is first created. |
MouseDown |
Ocorre quando qualquer botão do mouse é pressionado enquanto o ponteiro está sobre este elemento.Occurs when any mouse button is pressed while the pointer is over this element. |
MouseEnter |
Ocorre quando o ponteiro do mouse entra nos limites deste elemento.Occurs when the mouse pointer enters the bounds of this element. |
MouseLeave |
Ocorre quando o ponteiro do mouse sai dos limites deste elemento.Occurs when the mouse pointer leaves the bounds of this element. |
MouseLeftButtonDown |
Ocorre quando o botão esquerdo do mouse é pressionado enquanto o ponteiro do mouse está sobre este elemento.Occurs when the left mouse button is pressed while the mouse pointer is over this element. |
MouseLeftButtonUp |
Ocorre quando o botão esquerdo do mouse é liberado enquanto o ponteiro do mouse está sobre este elemento.Occurs when the left mouse button is released while the mouse pointer is over this element. |
MouseMove |
Ocorre quando o ponteiro do mouse se move enquanto está sobre este elemento.Occurs when the mouse pointer moves while over this element. |
MouseRightButtonDown |
Ocorre quando o botão direito do mouse é pressionado enquanto o ponteiro do mouse está sobre este elemento.Occurs when the right mouse button is pressed while the mouse pointer is over this element. |
MouseRightButtonUp |
Ocorre quando o botão direito do mouse é liberado enquanto o ponteiro do mouse está sobre este elemento.Occurs when the right mouse button is released while the mouse pointer is over this element. |
MouseUp |
Ocorre quando qualquer botão do mouse é liberado sobre este elemento.Occurs when any mouse button is released over this element. |
MouseWheel |
Ocorre quando o usuário gira a roda do mouse enquanto o ponteiro do mouse está sobre este elemento.Occurs when the user rotates the mouse wheel while the mouse pointer is over this element. |
PreviewDragEnter |
Ocorre quando o sistema de entrada relata um evento arrastar subjacente com este elemento como o destino de arrastar.Occurs when the input system reports an underlying drag event with this element as the drag target. |
PreviewDragLeave |
Ocorre quando o sistema de entrada relata um evento arrastar subjacente com este elemento como a origem de arrastar.Occurs when the input system reports an underlying drag event with this element as the drag origin. |
PreviewDragOver |
Ocorre quando o sistema de entrada relata um evento do tipo "arrastar" subjacente com esse elemento como a reprodução automática potencial.Occurs when the input system reports an underlying drag event with this element as the potential drop target. |
PreviewDrop |
Ocorre quando o sistema de entrada relata um evento soltar subjacente com esse elemento sendo uma reprodução automática.Occurs when the input system reports an underlying drop event with this element as the drop target. |
PreviewGiveFeedback |
Ocorre quando uma operação de arrastar e soltar se inicia.Occurs when a drag-and-drop operation is started. |
PreviewGotKeyboardFocus |
Ocorre quando o teclado está focalizado neste elemento.Occurs when the keyboard is focused on this element. |
PreviewKeyDown |
Ocorre quando uma tecla é pressionada enquanto o foco está neste elemento.Occurs when a key is pressed while focus is on this element. |
PreviewKeyUp |
Ocorre quando uma chave é liberada enquanto o foco está neste elemento.Occurs when a key is released while focus is on this element. |
PreviewLostKeyboardFocus |
Ocorre quando o teclado não está mais focalizado neste elemento.Occurs when the keyboard is no longer focused on this element. |
PreviewMouseDown |
Ocorre quando qualquer botão do mouse é pressionado enquanto o ponteiro está sobre este elemento.Occurs when any mouse button is pressed while the pointer is over this element. |
PreviewMouseLeftButtonDown |
Ocorre quando o botão esquerdo do mouse é pressionado enquanto o ponteiro do mouse está sobre este elemento.Occurs when the left mouse button is pressed while the mouse pointer is over this element. |
PreviewMouseLeftButtonUp |
Ocorre quando o botão esquerdo do mouse é liberado enquanto o ponteiro do mouse está sobre este elemento.Occurs when the left mouse button is released while the mouse pointer is over this element. |
PreviewMouseMove |
Ocorre quando o ponteiro do mouse se move enquanto está sobre este elemento.Occurs when the mouse pointer moves while the mouse pointer is over this element. |
PreviewMouseRightButtonDown |
Ocorre quando o botão direito do mouse é pressionado enquanto o ponteiro do mouse está sobre este elemento.Occurs when the right mouse button is pressed while the mouse pointer is over this element. |
PreviewMouseRightButtonUp |
Ocorre quando o botão direito do mouse é liberado enquanto o ponteiro do mouse está sobre este elemento.Occurs when the right mouse button is released while the mouse pointer is over this element. |
PreviewMouseUp |
Ocorre quando qualquer botão do mouse é liberado enquanto o ponteiro do mouse está sobre este elemento.Occurs when any mouse button is released while the mouse pointer is over this element. |
PreviewMouseWheel |
Ocorre quando o usuário gira a roda do mouse enquanto o ponteiro do mouse está sobre este elemento.Occurs when the user rotates the mouse wheel while the mouse pointer is over this element. |
PreviewQueryContinueDrag |
Ocorre quando há uma alteração no estado do botão do teclado ou do mouse durante uma operação de arrastar e soltar.Occurs when there is a change in the keyboard or mouse button state during a drag-and-drop operation. |
PreviewStylusButtonDown |
Ocorre quando o botão da caneta é pressionado enquanto o ponteiro está sobre este elemento.Occurs when the stylus button is pressed while the pointer is over this element. |
PreviewStylusButtonUp |
Ocorre quando o botão da caneta é liberado enquanto o ponteiro está sobre este elemento.Occurs when the stylus button is released while the pointer is over this element. |
PreviewStylusDown |
Ocorre quando a caneta toca o digitalizador enquanto está sobre este elemento.Occurs when the stylus touches the digitizer while it is over this element. |
PreviewStylusInAirMove |
Ocorre quando a caneta se move sobre um elemento sem tocar de fato o digitalizador.Occurs when the stylus moves over an element without actually touching the digitizer. |
PreviewStylusInRange |
Ocorre quando a caneta está sobre este elemento e perto o suficiente do digitalizador para ser detectada.Occurs when the stylus is close enough to the digitizer to be detected, while over this element. |
PreviewStylusMove |
Ocorre quando a caneta se move enquanto está sobre o elemento.Occurs when the stylus moves while over the element. A caneta deverá se mover enquanto estiver sendo detectada pelo digitalizador para gerar este evento, caso contrário, PreviewStylusInAirMove será gerado.The stylus must move while being detected by the digitizer to raise this event, otherwise, PreviewStylusInAirMove is raised instead. |
PreviewStylusOutOfRange |
Ocorre quando a caneta está longe demais do digitalizador para ser detectada.Occurs when the stylus is too far from the digitizer to be detected. |
PreviewStylusSystemGesture |
Ocorre quando o usuário executa um dos diversos gestos da caneta.Occurs when a user performs one of several stylus gestures. |
PreviewStylusUp |
Ocorre quando o usuário retira a caneta do digitalizador enquanto ela está sobre esse elemento.Occurs when the user raises the stylus off the digitizer while the stylus is over this element. |
PreviewTextInput |
Ocorre quando este elemento obtém texto de forma independente de dispositivo.Occurs when this element gets text in a device-independent manner. |
PreviewTouchDown |
Ocorre quando um dedo toca a tela enquanto está sobre esse elemento.Occurs when a finger touches the screen while the finger is over this element. |
PreviewTouchMove |
Ocorre quando um dedo se move na tela enquanto está sobre esse elemento.Occurs when a finger moves on the screen while the finger is over this element. |
PreviewTouchUp |
Ocorre quando um dedo é gerado fora da tela enquanto o dedo está sobre este elemento.Occurs when a finger is raised off of the screen while the finger is over this element. |
QueryContinueDrag |
Ocorre quando há uma alteração no estado do botão do teclado ou do mouse durante uma operação de arrastar e soltar.Occurs when there is a change in the keyboard or mouse button state during a drag-and-drop operation. |
QueryCursor |
Ocorre quando a exibição do cursor é solicitada.Occurs when the cursor is requested to display. Este evento é gerado em um elemento toda vez que o ponteiro do mouse se move para uma nova localização, o que significa que o objeto de cursor talvez precise ser alterado de acordo com sua nova posição.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. |
StylusButtonDown |
Ocorre quando o botão da caneta é pressionado enquanto o ponteiro está sobre este elemento.Occurs when the stylus button is pressed while the pointer is over this element. |
StylusButtonUp |
Ocorre quando o botão da caneta é liberado enquanto o ponteiro está sobre este elemento.Occurs when the stylus button is released while the pointer is over this element. |
StylusDown |
Ocorre quando a caneta toca o digitalizador enquanto está sobre este elemento.Occurs when the stylus touches the digitizer while the stylus is over this element. |
StylusEnter |
Ocorre quando a caneta entra nos limites deste elemento.Occurs when the stylus enters the bounds of this element. |
StylusInAirMove |
Ocorre quando a caneta se move sobre um elemento sem tocar de fato o digitalizador.Occurs when the stylus moves over an element without actually touching the digitizer. |
StylusInRange |
Ocorre quando a caneta está sobre este elemento e perto o suficiente do digitalizador para ser detectada.Occurs when the stylus is close enough to the digitizer to be detected, while over this element. |
StylusLeave |
Ocorre quando a caneta sai dos limites do elemento.Occurs when the stylus leaves the bounds of the element. |
StylusMove |
Ocorre quando a caneta se move sobre este elemento.Occurs when the stylus moves over this element. A caneta deve mover-se enquanto está no digitalizador para gerar este evento.The stylus must move while on the digitizer to raise this event. Caso contrário, StylusInAirMove será gerado.Otherwise, StylusInAirMove is raised instead. |
StylusOutOfRange |
Ocorre quando a caneta está sobre o elemento e longe demais do digitalizador para ser detectada.Occurs when the stylus is too far from the digitizer to be detected, while over this element. |
StylusSystemGesture |
Ocorre quando o usuário executa um dos diversos gestos da caneta.Occurs when a user performs one of several stylus gestures. |
StylusUp |
Ocorre quando o usuário retira a caneta do digitalizador enquanto ela está sobre este elemento.Occurs when the user raises the stylus off the digitizer while it is over this element. |
TextInput |
Ocorre quando este elemento obtém texto de forma independente de dispositivo.Occurs when this element gets text in a device-independent manner. |
TouchDown |
Ocorre quando um dedo toca a tela enquanto está sobre esse elemento.Occurs when a finger touches the screen while the finger is over this element. |
TouchEnter |
Ocorre quando um toque é movido de fora para dentro dos limites deste elemento.Occurs when a touch moves from outside to inside the bounds of this element. |
TouchLeave |
Ocorre quando um toque é movido de dentro para fora dos limites deste elemento.Occurs when a touch moves from inside to outside the bounds of this element. |
TouchMove |
Ocorre quando um dedo se move na tela enquanto está sobre esse elemento.Occurs when a finger moves on the screen while the finger is over this element. |
TouchUp |
Ocorre quando um dedo é gerado fora da tela enquanto o dedo está sobre este elemento.Occurs when a finger is raised off of the screen while the finger is over this element. |