Document Solutions for Imaging
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Svg Namespace / SvgTranslateTransform Class / TranslateY Property

In This Topic
    TranslateY Property
    In This Topic
    Gets or sets an SvgLength describing translation along the Y-coordinate.
    Syntax
    'Declaration
     
    Public Property TranslateY As SvgLength
    public SvgLength TranslateY {get; set;}
    See Also