다음을 통해 공유


ArcSegment.SweepDirection 속성

정의

호가 방향에 그려 Clockwise 지는지 여부를 지정하는 값을 가져오거나 Counterclockwise 설정합니다.

public:
 property System::Windows::Media::SweepDirection SweepDirection { System::Windows::Media::SweepDirection get(); void set(System::Windows::Media::SweepDirection value); };
public System.Windows.Media.SweepDirection SweepDirection { get; set; }
member this.SweepDirection : System.Windows.Media.SweepDirection with get, set
Public Property SweepDirection As SweepDirection

속성 값

호가 그려지는 방향을 지정하는 값입니다. 기본값은 Counterclockwise입니다.

설명

ArcSegment 지정된 Size, RotationAngle시작점 및 끝Point의 경우 네 개의 서로 다른 호가 가능합니다. 속성을 지정하면 IsLargeArc 가능한 호 수가 두 개로 줄어듭니다. 즉, 시작점에서 끝 PointClockwise 방향으로 그려진 호와 시작점에서 끝점까지 방향의 Counterclockwise 호가 그려집니다.

다음 그림에서는 설정을 제외하고 동일한 두 개의 타원형 호를 SweepDirection 보여 줍니다.

다른 SweepDirection 설정이 있는 ) 다른 SweepDirection 설정을 사용하는 ArcSegment 개체

종속성 속성 정보

Item 가치
식별자 필드 SweepDirectionProperty
메타데이터 속성이 다음으로 설정됩니다. true 없음

적용 대상