SplitOpenThemeAnimation.ContentTranslationOffset 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 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.