다음을 통해 공유


DragGestureRecognizer.CanDrag 속성

정의

제스처 인식기가 연결된 요소가 끌기 원본일 수 있는지 여부를 나타내는 값을 가져오거나 설정합니다.

public:
 property bool CanDrag { bool get(); void set(bool value); };
public bool CanDrag { get; set; }
member this.CanDrag : bool with get, set
Public Property CanDrag As Boolean

속성 값

설명

기본값은 true여야 합니다.

적용 대상