ComponentOne Word for UWP
C1.UWP.Word Assembly / C1.Xaml.Word.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 Integer()
    public int[] SegmentInfo {get; set;}
    See Also