Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.DrawingSpace Namespace / PSObject Class / ShouldSerializeAnchor Method


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