symCenter Field (BoxSymbol)
In This Topic
Stores the center point of the symbol.
Syntax
'Declaration
Protected symCenter As Point
'Usage
Dim instance As BoxSymbol
Dim value As Point
value = instance.symCenter
instance.symCenter = value
protected Point symCenter
See Also