Compartir a través de


SecondPieSize.Val Property

Second Pie Size Value.Represents the attribte in schema: val

Namespace:  DocumentFormat.OpenXml.Drawing.Charts
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaración
<SchemaAttrAttribute(, "val")> _
Public Property Val As UInt16Value
    Get
    Set
'Uso
Dim instance As SecondPieSize
Dim value As UInt16Value

value = instance.Val

instance.Val = value
[SchemaAttrAttribute(, "val")]
public UInt16Value Val { get; set; }

Property Value

Type: DocumentFormat.OpenXml.UInt16Value
Returns UInt16Value.

Remarks

The following information from the ECMA International Standard ECMA-376 can be useful when working with this class.

Specifies that the contents of this attribute will contain an integer between 5 and 200.

The possible values for this attribute are defined by the ST_SecondPieSize simple type.

See Also

Reference

SecondPieSize Class

SecondPieSize Members

DocumentFormat.OpenXml.Drawing.Charts Namespace