DragUIOverride.Caption Property

Definition

Gets or sets the caption text that overlays the drag visual. The text typically describes the drag-and-drop action.

public:
 property Platform::String ^ Caption { Platform::String ^ get(); void set(Platform::String ^ value); };
winrt::hstring Caption();

void Caption(winrt::hstring value);
public string Caption { get; set; }
var string = dragUIOverride.caption;
dragUIOverride.caption = string;
Public Property Caption As String

Property Value

String

Platform::String

winrt::hstring

The caption text that overlays the drag visual.

Applies to

See also