SplitOpenThemeAnimation.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 = splitOpenThemeAnimation.contentTranslationOffset;
splitOpenThemeAnimation.contentTranslationOffset = double;
Public Property ContentTranslationOffset As Double
<SplitOpenThemeAnimation ContentTranslationOffset="double" />

Property Value

Double

double

A distance in pixels.

Applies to