Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.DrawingSpace Namespace / CurvedArrowShape Class / Anchor Property


In This Topic
    Anchor Property (CurvedArrowShape)
    In This Topic
    Gets or sets whether the object is anchored.
    Syntax
    'Declaration
     
    
    Public Overridable Property Anchor As Integer
    'Usage
     
    
    Dim instance As CurvedArrowShape
    Dim value As Integer
     
    instance.Anchor = value
     
    value = instance.Anchor
    public virtual int Anchor {get; set;}
    See Also