共用方式為


DragUIOverride 類別

定義

提供拖放作業期間所拖曳內容的視覺表示法,包括置放目標的意見反應。

public ref class DragUIOverride sealed
/// [Windows.Foundation.Metadata.ContractVersion(Microsoft.Foundation.WindowsAppSDKContract, 65540)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class DragUIOverride final
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.Foundation.WindowsAppSDKContract), 65540)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public sealed class DragUIOverride
Public NotInheritable Class DragUIOverride
繼承
Object Platform::Object IInspectable DragUIOverride
屬性

屬性

Caption

取得或設定與所拖曳內容相關聯的標題文字。

IsCaptionVisible

取得或設定是否顯示與所拖曳內容相關聯的 Caption

IsContentVisible

取得或設定是否顯示所拖曳內容的視覺表示法。

IsGlyphVisible

取得或設定是否顯示正在拖曳之內容的圖像。

方法

Clear()

清除與所拖曳內容相關聯的所有視覺效果(內容、圖像、標題)。

SetContentFromSoftwareBitmap(SoftwareBitmap, Point)

指定所拖曳內容的視覺表示應衍生自指定的點陣圖,並根據指標的位置顯示在指定的位置。

SetContentFromSoftwareBitmap(SoftwareBitmap)

指定所拖曳內容的視覺表示應衍生自指定的點陣圖。

適用於

另請參閱