Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / DrawingObject Class / EndAnchorPoint Property


In This Topic
    EndAnchorPoint Property (DrawingObject)
    In This Topic
    Gets the bottom-right anchor point.
    Syntax
    'Declaration
     
    
    Public Property EndAnchorPoint As AnchorPoint
    'Usage
     
    
    Dim instance As DrawingObject
    Dim value As AnchorPoint
     
    instance.EndAnchorPoint = value
     
    value = instance.EndAnchorPoint
    public AnchorPoint EndAnchorPoint {get; set;}
    See Also