Share via


RotateX.Val Property

Definition

X Rotation Value

Represents the following attribute in the schema: val

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

Property Value

Returns SByteValue.

Attributes

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.

Applies to