DragOverThemeAnimation.ToOffset Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.