The DraggableItem type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() |
DraggableItem |
Initializes a new instance of a DraggableItem.
|
Methods
Name | Description | |
---|---|---|
![]() |
ClearValue |
Clears the local value of a dependency property. (Inherited from DependencyObject.) |
![]() |
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.) |
![]() |
GetValue |
Returns the current effective value of a dependency property from a DependencyObject. (Inherited from DependencyObject.) |
![]() |
ReadLocalValue |
Returns the local value of a dependency property, if a local value is set. (Inherited from DependencyObject.) |
![]() |
SetValue |
Sets the local value of a dependency property on a DependencyObject. (Inherited from DependencyObject.) |
Properties
Name | Description | |
---|---|---|
![]() |
Background |
Gets or sets a Brush that is used to fill the panel. (Inherited from Panel.) |
![]() |
Children |
Gets the collection of child elements of the panel. (Inherited from Panel.) |
![]() |
ColumnDefinitions |
Gets a ColumnDefinitionCollection defined on this instance of Grid. (Inherited from Grid.) |
![]() |
Dispatcher |
Gets the Dispatcher this object is associated with. (Inherited from DependencyObject.) |
![]() |
IsItemsHost |
Gets a value that indicates whether this Panel is a container for UI items that are generated by an ItemsControl. (Inherited from Panel.) |
![]() |
RowDefinitions |
Gets a RowDefinitionCollection defined on this instance of Grid. (Inherited from Grid.) |
![]() |
ShowGridLines |
Gets or sets a value that indicates whether grid lines are visible within this Grid. (Inherited from Grid.) |