SplitCloseThemeAnimation.ContentTranslationOffset Property

Definition

Gets or sets the pixels to translate by when the animation runs.

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

void ContentTranslationOffset(double value);
public double ContentTranslationOffset { get; set; }
var double = splitCloseThemeAnimation.contentTranslationOffset;
splitCloseThemeAnimation.contentTranslationOffset = double;
Public Property ContentTranslationOffset As Double
<SplitCloseThemeAnimation ContentTranslationOffset="double" />

Property Value

Double

double

A distance in pixels.

Applies to