DragUI 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
提供拖放作業開始時所拖曳數據的可視化表示。
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
- 繼承
- 屬性
備註
這個類別的實例會傳遞至 DragStartingEventArgs.DragUI 屬性中 UIElement.DragStarting 事件的處理程式。
方法
SetContentFromBitmapImage(BitmapImage, Point) |
從提供的 BitmapImage 建立可視化專案,以表示拖放作業中拖曳的數據,並從指標設定視覺效果的相對位置。 |
SetContentFromBitmapImage(BitmapImage) |
從提供的 BitmapImage 建立可視化專案,以表示拖放作業中拖曳的數據。 |
SetContentFromDataPackage() |
建立系統提供的可視化專案,代表拖放作業中拖曳數據的格式,通常是檔格式的默認處理程式圖示。 |
SetContentFromSoftwareBitmap(SoftwareBitmap, Point) |
從提供的 SoftwareBitmap 建立可視化專案,以表示拖放作業中拖曳的數據,並從指標設定視覺效果的相對位置。 |
SetContentFromSoftwareBitmap(SoftwareBitmap) |
從提供的 SoftwareBitmap 建立可視化專案,以表示拖放作業中拖曳的數據。 |