C# 클래스 Windows.UI.Xaml.UIElement

상속: DependencyObject, IUIElement, IUIElementOverrides
파일 보기 프로젝트 열기: shiftkey/winrt-backport-hilarity 1 사용 예제들

공개 메소드들

메소드 설명
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

보호된 메소드들

메소드 설명
FindSubElementsForTouchTargeting ( [ point, [ boundingRect ) : IIterable>
OnCreateAutomationPeer ( ) : AutomationPeer
OnDisconnectVisualChildren ( ) : void

메소드 상세

AddHandler() 공개 메소드

public AddHandler ( [ routedEvent, [ handler, [ handledEventsToo ) : void
routedEvent [
handler [
handledEventsToo [
리턴 void

Arrange() 공개 메소드

public Arrange ( [ finalRect ) : void
finalRect [
리턴 void

CapturePointer() 공개 메소드

public CapturePointer ( [ value ) : bool
value [
리턴 bool

FindSubElementsForTouchTargeting() 보호된 메소드

protected FindSubElementsForTouchTargeting ( [ point, [ boundingRect ) : IIterable>
point [
boundingRect [
리턴 IIterable>

InvalidateArrange() 공개 메소드

public InvalidateArrange ( ) : void
리턴 void

InvalidateMeasure() 공개 메소드

public InvalidateMeasure ( ) : void
리턴 void

Measure() 공개 메소드

public Measure ( [ availableSize ) : void
availableSize [
리턴 void

OnCreateAutomationPeer() 보호된 메소드

protected OnCreateAutomationPeer ( ) : AutomationPeer
리턴 Windows.UI.Xaml.Automation.Peers.AutomationPeer

OnDisconnectVisualChildren() 보호된 메소드

protected OnDisconnectVisualChildren ( ) : void
리턴 void

ReleasePointerCapture() 공개 메소드

public ReleasePointerCapture ( [ value ) : void
value [
리턴 void

ReleasePointerCaptures() 공개 메소드

public ReleasePointerCaptures ( ) : void
리턴 void

RemoveHandler() 공개 메소드

public RemoveHandler ( [ routedEvent, [ handler ) : void
routedEvent [
handler [
리턴 void

TransformToVisual() 공개 메소드

public TransformToVisual ( [ visual ) : GeneralTransform
visual [
리턴 Windows.UI.Xaml.Media.GeneralTransform

UpdateLayout() 공개 메소드

public UpdateLayout ( ) : void
리턴 void