DragUIOverride 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
提供拖放作業期間所拖曳數據的視覺表示法,包括來自置放目標的意見反應。
public ref class DragUIOverride sealed
/// [Windows.Foundation.Metadata.ContractVersion(Microsoft.UI.Xaml.WinUIContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class DragUIOverride final
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.UI.Xaml.WinUIContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public sealed class DragUIOverride
Public NotInheritable Class DragUIOverride
- 繼承
- 屬性
備註
這個類別的實例會傳遞至 DragEventArgs.DragUIOverride 屬性中的 DragEventHandler 委派。
屬性
Caption |
取得或設定重疊拖曳視覺效果的標題文字。 文字通常會描述拖放動作。 |
IsCaptionVisible |
取得或設定值,這個值表示是否顯示標題文字。 |
IsContentVisible |
取得或設定值,這個值表示是否顯示拖曳視覺效果的內容。 |
IsGlyphVisible |
取得或設定值,這個值表示是否顯示圖像。 |
方法
Clear() |
清除拖曳視覺效果的內容、標題和圖像。 |
SetContentFromBitmapImage(BitmapImage, Point) |
從提供的 BitmapImage 建立可視化專案,以表示拖放作業中拖曳的數據,並從指標設定視覺效果的相對位置。 |
SetContentFromBitmapImage(BitmapImage) |
從提供的 BitmapImage 建立可視化專案,以表示拖放作業中拖曳的數據。 |
SetContentFromSoftwareBitmap(SoftwareBitmap, Point) |
從提供的 SoftwareBitmap 建立可視化專案,以表示拖放作業中拖曳的數據,並從指標設定視覺效果的相對位置。 |
SetContentFromSoftwareBitmap(SoftwareBitmap) |
從提供的 SoftwareBitmap 建立可視化專案,以表示拖放作業中拖曳的數據。 |