GeometryTransform Property (DotSymbol)
In This Topic
Gets the transformation that is applied to the geometry of the shape.
Syntax
'Declaration
Public Overridable ReadOnly Property GeometryTransform As Transform
'Usage
Dim instance As DotSymbol
Dim value As Transform
value = instance.GeometryTransform
public virtual Transform GeometryTransform {get;}
See Also