Share via


DragOverThemeAnimation.ToOffset Property

Definition

Gets or sets the distance by which the target is translated when the animation is active.

public:
 property double ToOffset { double get(); void set(double value); };
double ToOffset();

void ToOffset(double value);
public double ToOffset { get; set; }
var double = dragOverThemeAnimation.toOffset;
dragOverThemeAnimation.toOffset = double;
Public Property ToOffset As Double
<DragOverThemeAnimation ToOffset="double" />

Property Value

Double

double

The offset, in pixels.

Remarks

The direction of the offset is controlled by Direction.

Applies to

See also