Contour Property (Visual)
In This Topic
Gets or sets an associated
GrapeCity.Documents.Layout.Contour object.
Either Contour or AnchorPoints can be assigned at the same time, but not both.
Syntax
'Declaration
Public Property Contour As Contour
public Contour Contour {get; set;}
See Also