DragUIOverride 클래스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
끌어서 놓기 작업 중에 끌어서 놓기 대상의 피드백을 포함하여 끌어서 놓는 데이터의 시각적 표현을 제공합니다.
public ref class DragUIOverride sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class DragUIOverride final
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class DragUIOverride final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public sealed class DragUIOverride
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public sealed class DragUIOverride
Public NotInheritable Class DragUIOverride
- 상속
- 특성
Windows 요구 사항
디바이스 패밀리 |
Windows 10 (10.0.10240.0에서 도입되었습니다.)
|
API contract |
Windows.Foundation.UniversalApiContract (v1.0에서 도입되었습니다.)
|
설명
이 클래스의 instance DragEventArgs.DragUIOverride 속성의 DragEventHandler 대리자에게 전달됩니다.
속성
Caption |
끌기 시각적 개체를 오버레이하는 캡션 텍스트를 가져오거나 설정합니다. 텍스트는 일반적으로 끌어서 놓기 작업을 설명합니다. |
IsCaptionVisible |
캡션 텍스트가 표시되는지 여부를 나타내는 값을 가져오거나 설정합니다. |
IsContentVisible |
끌기 시각적 개체의 내용이 표시되는지 여부를 나타내는 값을 가져오거나 설정합니다. |
IsGlyphVisible |
문자 모양이 표시되는지 여부를 나타내는 값을 가져오거나 설정합니다. |
메서드
Clear() |
끌기 시각적 개체의 콘텐츠, 캡션 및 문자 모양을 지웁니다. |
SetContentFromBitmapImage(BitmapImage) |
제공된 BitmapImage 에서 시각적 요소를 만들어 끌어서 놓기 작업에서 끌어온 데이터를 나타냅니다. |
SetContentFromBitmapImage(BitmapImage, Point) |
제공된 BitmapImage 에서 시각적 요소를 만들어 끌어서 놓기 작업에서 끌어온 데이터를 나타내고 포인터에서 시각적 개체의 상대 위치를 설정합니다. |
SetContentFromSoftwareBitmap(SoftwareBitmap) |
끌어서 놓기 작업에서 끌어온 데이터를 나타내는 제공된 SoftwareBitmap 에서 시각적 요소를 만듭니다. |
SetContentFromSoftwareBitmap(SoftwareBitmap, Point) |
끌어서 놓기 작업에서 끌어온 데이터를 나타내는 제공된 SoftwareBitmap 에서 시각적 요소를 만들고 포인터에서 시각적 개체의 상대 위치를 설정합니다. |