Click or drag to resize
CompositeTransformTranslateY Property
Gets or sets the distance to translate (move) an object along the y-axis. The default is 0.

Namespace: Windows.UI.Xaml.Media
Assembly: CSharpXamlForHtml5 (in CSharpXamlForHtml5.dll) Version: 1.0.0.0
Syntax
C#
public double TranslateY { get; set; }

Property Value

Type: Double
See Also