ComponentOne Word for WinForms
C1.C1Word.4.5.2 Assembly / C1.C1Word.Canvas Namespace / NoneShape Class / SegmentInfo Property

In This Topic
    SegmentInfo Property
    In This Topic
    Gets or sets the segment info pointer of this NoneShape (polyline).
    Syntax
    'Declaration
     
    Public Property SegmentInfo As System.Integer()
    public System.int[] SegmentInfo {get; set;}
    See Also