C# Class Windows.UI.Xaml.UIElement

Inheritance: DependencyObject, IUIElement, IUIElementOverrides
Afficher le fichier Open project: shiftkey/winrt-backport-hilarity Class Usage Examples

Méthodes publiques

Méthode Description
AddHandler ( [ routedEvent, [ handler, [ handledEventsToo ) : void
Arrange ( [ finalRect ) : void
CapturePointer ( [ value ) : bool
InvalidateArrange ( ) : void
InvalidateMeasure ( ) : void
Measure ( [ availableSize ) : void
ReleasePointerCapture ( [ value ) : void
ReleasePointerCaptures ( ) : void
RemoveHandler ( [ routedEvent, [ handler ) : void
TransformToVisual ( [ visual ) : GeneralTransform
UpdateLayout ( ) : void

Méthodes protégées

Méthode Description
FindSubElementsForTouchTargeting ( [ point, [ boundingRect ) : IIterable>
OnCreateAutomationPeer ( ) : AutomationPeer
OnDisconnectVisualChildren ( ) : void

Method Details

AddHandler() public méthode

public AddHandler ( [ routedEvent, [ handler, [ handledEventsToo ) : void
routedEvent [
handler [
handledEventsToo [
Résultat void

Arrange() public méthode

public Arrange ( [ finalRect ) : void
finalRect [
Résultat void

CapturePointer() public méthode

public CapturePointer ( [ value ) : bool
value [
Résultat bool

FindSubElementsForTouchTargeting() protected méthode

protected FindSubElementsForTouchTargeting ( [ point, [ boundingRect ) : IIterable>
point [
boundingRect [
Résultat IIterable>

InvalidateArrange() public méthode

public InvalidateArrange ( ) : void
Résultat void

InvalidateMeasure() public méthode

public InvalidateMeasure ( ) : void
Résultat void

Measure() public méthode

public Measure ( [ availableSize ) : void
availableSize [
Résultat void

OnCreateAutomationPeer() protected méthode

protected OnCreateAutomationPeer ( ) : AutomationPeer
Résultat Windows.UI.Xaml.Automation.Peers.AutomationPeer

OnDisconnectVisualChildren() protected méthode

protected OnDisconnectVisualChildren ( ) : void
Résultat void

ReleasePointerCapture() public méthode

public ReleasePointerCapture ( [ value ) : void
value [
Résultat void

ReleasePointerCaptures() public méthode

public ReleasePointerCaptures ( ) : void
Résultat void

RemoveHandler() public méthode

public RemoveHandler ( [ routedEvent, [ handler ) : void
routedEvent [
handler [
Résultat void

TransformToVisual() public méthode

public TransformToVisual ( [ visual ) : GeneralTransform
visual [
Résultat Windows.UI.Xaml.Media.GeneralTransform

UpdateLayout() public méthode

public UpdateLayout ( ) : void
Résultat void