FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.DrawingSpace Namespace / SpreadShapesContainer Class / ShouldSerializeAnchor Method


In This Topic
ShouldSerializeAnchor Method (SpreadShapesContainer)
In This Topic
Determines if the anchor property should be serialized.
Syntax
'Declaration
 
Public Overridable Function ShouldSerializeAnchor() As Boolean
 
'Usage
 
Dim instance As SpreadShapesContainer
Dim value As Boolean
 
value = instance.ShouldSerializeAnchor()
See Also