The DraggableItem type exposes the following members.

Constructors

  Name Description
Public method DraggableItem
Initializes a new instance of a DraggableItem.

Methods

  Name Description
Public method ClearValue
Clears the local value of a dependency property.
(Inherited from DependencyObject.)
Public method GetAnimationBaseValue
Returns any base value established for a Silverlight dependency property, which would apply in cases where an animation is not active.
(Inherited from DependencyObject.)
Public method GetValue
Returns the current effective value of a dependency property from a DependencyObject.
(Inherited from DependencyObject.)
Public method ReadLocalValue
Returns the local value of a dependency property, if a local value is set.
(Inherited from DependencyObject.)
Public method SetValue
Sets the local value of a dependency property on a DependencyObject.
(Inherited from DependencyObject.)

Properties

  Name Description
Public property Background
Gets or sets a Brush that is used to fill the panel.
(Inherited from Panel.)
Public property Children
Gets the collection of child elements of the panel.
(Inherited from Panel.)
Public property ColumnDefinitions
Gets a ColumnDefinitionCollection defined on this instance of Grid.
(Inherited from Grid.)
Public property Dispatcher
Gets the Dispatcher this object is associated with.
(Inherited from DependencyObject.)
Public property IsItemsHost
Gets a value that indicates whether this Panel is a container for UI items that are generated by an ItemsControl.
(Inherited from Panel.)
Public property RowDefinitions
Gets a RowDefinitionCollection defined on this instance of Grid.
(Inherited from Grid.)
Public property ShowGridLines
Gets or sets a value that indicates whether grid lines are visible within this Grid.
(Inherited from Grid.)

See Also