DragUIOverride.Caption Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
The caption text that overlays the drag visual.