OuterShadow.VerticalRatio Property
Vertical Scaling Factor.Represents the attribte in schema: sy
Namespace: DocumentFormat.OpenXml.Drawing
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
<SchemaAttrAttribute(, "sy")> _
Public Property VerticalRatio As Int32Value
Get
Set
'Usage
Dim instance As OuterShadow
Dim value As Int32Value
value = instance.VerticalRatio
instance.VerticalRatio = value
[SchemaAttrAttribute(, "sy")]
public Int32Value VerticalRatio { get; set; }
Property Value
Type: DocumentFormat.OpenXml.Int32Value
Returns Int32Value.
Remarks
The following information from the ECMA International Standard ECMA-376 can be useful when working with this class.
Specifies the vertical scaling factor; negative scaling causes a flip.
The possible values for this attribute are defined by the ST_Percentage simple type.