CoreDragUIOverride.IsCaptionVisible 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 if the caption for the drag UI is visible.
public:
property bool IsCaptionVisible { bool get(); void set(bool value); };
bool IsCaptionVisible();
void IsCaptionVisible(bool value);
public bool IsCaptionVisible { get; set; }
var boolean = coreDragUIOverride.isCaptionVisible;
coreDragUIOverride.isCaptionVisible = boolean;
Public Property IsCaptionVisible As Boolean
Property Value
Boolean
bool
True if the caption is visible; otherwise, false.