[]
        
(Showing Draft Content)

GrapeCity.Documents.Layout.Composition.Visual.AnchorPoints

AnchorPoints Property

AnchorPoints

Gets or sets the associated array of AnchorPoint objects.

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

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