Partager via


SchemeColor.Val Propriété

Définition

Valeur

Représente l’attribut suivant dans le schéma : val

[DocumentFormat.OpenXml.SchemaAttr(0, "val")]
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Drawing.SchemeColorValues> Val { get; set; }
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Drawing.SchemeColorValues> Val { get; set; }
[DocumentFormat.OpenXml.SchemaAttr(0, "val")]
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Drawing.SchemeColorValues>? Val { get; set; }
[DocumentFormat.OpenXml.SchemaAttr("val")]
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Drawing.SchemeColorValues>? Val { get; set; }
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Drawing.SchemeColorValues>? Val { get; set; }
member this.Val : DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Drawing.SchemeColorValues> with get, set
[<DocumentFormat.OpenXml.SchemaAttr(0, "val")>]
member this.Val : DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Drawing.SchemeColorValues> with get, set
[<DocumentFormat.OpenXml.SchemaAttr("val")>]
member this.Val : DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Drawing.SchemeColorValues> with get, set
Public Property Val As EnumValue(Of SchemeColorValues)

Valeur de propriété

Retourne EnumValue<T>.

Attributs

Remarques

Les informations suivantes de la norme internationale ECMA ECMA-376 peuvent être utiles lors de l’utilisation de cette classe.

Spécifie le schéma souhaité.

Le code suivant représente une couleur liée à la couleur de thème « lt1 » :

<a:solidFill>  
  <a:schemeClr val="lt1"/>  
</a:solidFill>  

Les valeurs possibles pour cet attribut sont définies par le ST_SchemeColorVal type simple.

S’applique à