DragUIOverride.IsGlyphVisible Eigenschaft

Definition

Ruft einen Wert ab, der angibt, ob die Glyphe angezeigt wird, oder legt diesen fest.

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

void IsGlyphVisible(bool value);
public bool IsGlyphVisible { get; set; }
var boolean = dragUIOverride.isGlyphVisible;
dragUIOverride.isGlyphVisible = boolean;
Public Property IsGlyphVisible As Boolean

Eigenschaftswert

Boolean

bool

true , wenn die Glyphe angezeigt wird; andernfalls false.

Gilt für:

Weitere Informationen