DragUIOverride.IsGlyphVisible Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient ou définit une valeur qui indique si le glyphe est affiché.
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
Valeur de propriété
Boolean
bool
true si le glyphe est affiché ; sinon, false.