Interface ITransformAttribute
Transform attribute interface.
Namespace: Syncfusion.SVG.IO
Assembly: Syncfusion.Diagram.Base.dll
Syntax
public interface ITransformAttribute
Properties
Transform
Gets or sets the transform.
Declaration
TransformList Transform { get; set; }
Property Value
Type | Description |
---|---|
TransformList | The transform. |