DragUI 클래스

정의

끌어서 놓기 작업을 시작할 때 끌어서 놓는 데이터의 시각적 표현을 제공합니다.

public ref class DragUI sealed
/// [Windows.Foundation.Metadata.ContractVersion(Microsoft.UI.Xaml.WinUIContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class DragUI final
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.UI.Xaml.WinUIContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public sealed class DragUI
Public NotInheritable Class DragUI
상속
Object Platform::Object IInspectable DragUI
특성

설명

이 클래스의 instance DragStartingEventArgs.DragUI 속성의 UIElement.DragStarting 이벤트 처리기에 전달됩니다.

메서드

SetContentFromBitmapImage(BitmapImage)

제공된 BitmapImage 에서 시각적 요소를 만들어 끌어서 놓기 작업에서 끌어온 데이터를 나타냅니다.

SetContentFromBitmapImage(BitmapImage, Point)

끌어서 놓기 작업에서 끌어온 데이터를 나타내기 위해 제공된 BitmapImage 에서 시각적 요소를 만들고 포인터에서 시각적 개체의 상대 위치를 설정합니다.

SetContentFromDataPackage()

끌어서 놓기 작업에서 끌어온 데이터의 형식을 나타내는 시스템 제공 시각적 요소를 만듭니다. 일반적으로 파일 형식에 대한 기본 처리기의 아이콘입니다.

SetContentFromSoftwareBitmap(SoftwareBitmap)

끌어서 놓기 작업에서 끌어온 데이터를 나타내는 제공된 SoftwareBitmap 에서 시각적 요소를 만듭니다.

SetContentFromSoftwareBitmap(SoftwareBitmap, Point)

제공된 SoftwareBitmap 에서 시각적 요소를 만들어 끌어서 놓기 작업에서 끌어온 데이터를 나타내고 포인터에서 시각적 개체의 상대 위치를 설정합니다.

적용 대상

추가 정보