Click or drag to resize
AB4D logo

ReaderSvgTransformCanvasNameFormatString Property

Gets or sets a string that specifies how the Transform Canvas that is created to contain object's transformation is named. Default value is "{0}_transform".

Namespace:  Ab2d
Assembly:  Ab2d.ReaderSvg (in Ab2d.ReaderSvg.dll) Version: 7.1.7295.1040
Syntax
C#
public string TransformCanvasNameFormatString { get; set; }

Property Value

Type: String
Remarks

TransformCanvasNameFormatString gets or sets a string that specifies how the Transform Canvas that is created to contain object's transformation is named.

Default value is "{0}_transform".

See SetSvgNameToParentTransformCanvas for more information when the Transform Canvas is created.

See Also