DragUIOverride.Caption Property

Definition

Gets or sets the caption text associated with the content being dragged.

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 associated with the content being dragged.

Applies to