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

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