RotateX.Val Property

X Rotation Value.Represents the attribte in schema: val

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

Syntax

'Declaration
<SchemaAttrAttribute(, "val")> _
Public Property Val As SByteValue
    Get
    Set
'Usage
Dim instance As RotateX
Dim value As SByteValue

value = instance.Val

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

Property Value

Type: DocumentFormat.OpenXml.SByteValue
Returns SByteValue.

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 −90 and 90.

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

See Also

Reference

RotateX Class

RotateX Members

DocumentFormat.OpenXml.Drawing.Charts Namespace