Freigeben über


CoreDragUIOverride.IsContentVisible Eigenschaft

Definition

Ruft ab oder legt fest, ob der Ziehinhalt sichtbar ist.

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

Eigenschaftswert

Boolean

bool

True, wenn der Ziehinhalt sichtbar ist; Andernfalls false.

Gilt für: