PathFigure.Segments 속성

정의

PathFigure 개체의 모양을 정의하는 세그먼트의 컬렉션을 가져오거나 설정합니다.

public:
 property PathSegmentCollection ^ Segments { PathSegmentCollection ^ get(); void set(PathSegmentCollection ^ value); };
PathSegmentCollection Segments();

void Segments(PathSegmentCollection value);
public PathSegmentCollection Segments { get; set; }
var pathSegmentCollection = pathFigure.segments;
pathFigure.segments = pathSegmentCollection;
Public Property Segments As PathSegmentCollection
<PathFigure>
  oneOrMorePathSegments
</PathFigure>

속성 값

PathFigure 개체의 모양을 정의하는 세그먼트의 컬렉션입니다. 기본값은 빈 컬렉션입니다.

적용 대상