Document Solutions for Imaging
DS.Documents.Imaging Assembly / GrapeCity.Documents.Layout.Composition Namespace / Visual Class / AnchorPoints Property

In This Topic
    AnchorPoints Property
    In This Topic
    Gets or sets the associated array of GrapeCity.Documents.Layout.AnchorPoint objects.

    Either Contour or AnchorPoints can be assigned at the same time, but not both.

    Syntax
    'Declaration
     
    Public Property AnchorPoints As AnchorPoint()
    public AnchorPoint[] AnchorPoints {get; set;}
    See Also