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


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