ChartGroup.Has3DShading 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.
Cette propriété a la valeur True si le groupe de graphiques possède une ombre en trois dimensions. Cette propriété s’applique uniquement aux graphiques en surface et renvoie une erreur d’exécution si vous essayez de la définir sur un graphique hors surface.
public:
property bool Has3DShading { bool get(); void set(bool value); };
public bool Has3DShading { get; set; }
Public Property Has3DShading As Boolean