CoreDragUIOverride.IsContentVisible Property

Definition

Gets or sets whether the drag content is visible.

public:
 property bool IsContentVisible { bool get(); void set(bool value); };
bool IsContentVisible();

void IsContentVisible(bool value);
public bool IsContentVisible { get; set; }
var boolean = coreDragUIOverride.isContentVisible;
coreDragUIOverride.isContentVisible = boolean;
Public Property IsContentVisible As Boolean

Property Value

Boolean

bool

True if the drag content is visible; otherwise, false.

Applies to