Freigeben über


PositivePercentageType.Val Eigenschaft

Definition

Wert

Stellt das folgende Attribut im Schema dar: val

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

Eigenschaftswert

Gibt zurück Int32Value.

Attribute

Hinweise

Die folgenden Informationen aus dem INTERNATIONALEN ECMA-Standard ECMA-376 können bei der Arbeit mit dieser Klasse nützlich sein.

Gibt die Deckkraft an, die durch einen Prozentsatz relativ zur Eingabefarbe ausgedrückt wird.

Im Folgenden wird eine grüne, einfarbige Füllung dargestellt, die zu 50 % undurchsichtig ist.

<a:solidFill>  
  <a:srgbClr val="00FF00">  
    <a:alphaMod val="50000"/>  
  </a:srgbClr>  
</a:solidFill>  

Die möglichen Werte für dieses Attribut werden durch den ST_PositivePercentage einfachen Typ definiert.

Gilt für: