Gets the "scratch" values associated with the shape.
Namespace: MindFusion.Vsx
Assembly: MindFusion.Vsx
SyntaxC#
Copy Code
|
|---|
public IList<GeometryStorage> ScratchValues { get; } |
Visual Basic
Copy Code
|
|---|
Public ReadOnly Property ScratchValues As IList(Of GeometryStorage) |
A list of GeometryStorage objects.
See Also