Axis.IsInterlaced 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 un indicateur qui détermine si les franges entrelacées s'affichent pour un axe.
public:
property bool IsInterlaced { bool get(); void set(bool value); };
[System.ComponentModel.Bindable(true)]
[System.Web.UI.PersistenceMode(System.Web.UI.PersistenceMode.Attribute)]
public bool IsInterlaced { get; set; }
[<System.ComponentModel.Bindable(true)>]
[<System.Web.UI.PersistenceMode(System.Web.UI.PersistenceMode.Attribute)>]
member this.IsInterlaced : bool with get, set
Public Property IsInterlaced As Boolean
Valeur de propriété
true
si les franges entrelacées s'affichent pour un axe ; sinon, false
.
- Attributs