C# Class Open.Core.UI.Silverlight.Controls.DraggableStackPanel.Child

Inheritance: IDisposable
Exibir arquivo Open project: philcockfield/Open.TestHarness.SL

Public Methods

Method Description
Child ( DraggableStackPanel parent, object model ) : System
Dispose ( ) : void
SyncPropertyValues ( ) : void

Private Methods

Method Description
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

Method Details

Child() public method

public Child ( DraggableStackPanel parent, object model ) : System
parent DraggableStackPanel
model object
return System

Dispose() public method

public Dispose ( ) : void
return void

SyncPropertyValues() public method

public SyncPropertyValues ( ) : void
return void