Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Chart Namespace / ChartShape Class / Anchor Property


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