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

In This Topic
    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