다음을 통해 공유


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

속성 값

SweepDirection

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

설명

에 대 한는 ArcSegment 사용 하 여을 지정 SizeRotationAngle, 지점, 시작 및 종료 Point, 네 가지 원호를 만들 수 있습니다. 지정 하는 IsLargeArc 속성 두 개의 가능한 호 수가 줄어듭니다: 끝에 시작점 원호의 Point 에서 Clockwise 방향과 원호의 시작점에 끝점으로는 Counterclockwise 방향.

다음 그림에서는 두 가지 타원형 원호를 제외 하 고 동일한 해당 SweepDirection 설정 합니다.

여러 SweepDirection 설정의 ArcSegment
여러 SweepDirection 설정의 ArcSegment 개체

종속성 속성 정보

식별자 필드 SweepDirectionProperty
메타 데이터 속성 설정 true 없음

적용 대상