C# 클래스 Open.Core.UI.Silverlight.Controls.DraggableStackPanel.Child

상속: IDisposable
파일 보기 프로젝트 열기: philcockfield/Open.TestHarness.SL

공개 메소드들

메소드 설명
Child ( DraggableStackPanel parent, object model ) : System
Dispose ( ) : void
SyncPropertyValues ( ) : void

비공개 메소드들

메소드 설명
CreateDraggableBehavior ( UIElement child ) : Draggable
CreateSlideBehavior ( UIElement child ) : PositionSlider
DestroyBehaviors ( ) : void
DestroyDraggableBehavior ( ) : void
DestroySlideBehavior ( ) : void
Dispose ( bool isDisposing ) : void
SyncDraggableProperties ( Draggable behavior ) : void
SyncSlideProperties ( PositionSlider behavior ) : void

메소드 상세

Child() 공개 메소드

public Child ( DraggableStackPanel parent, object model ) : System
parent DraggableStackPanel
model object
리턴 System

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

SyncPropertyValues() 공개 메소드

public SyncPropertyValues ( ) : void
리턴 void