Share via


OuterShadow.HorizontalRatio Property

Horizontal Scaling Factor.Represents the attribte in schema: sx

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

Syntax

'Declaration
<SchemaAttrAttribute(, "sx")> _
Public Property HorizontalRatio As Int32Value
    Get
    Set
'Usage
Dim instance As OuterShadow
Dim value As Int32Value

value = instance.HorizontalRatio

instance.HorizontalRatio = value
[SchemaAttrAttribute(, "sx")]
public Int32Value HorizontalRatio { 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 horizontal scaling factor; negative scaling causes a flip.

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

See Also

Reference

OuterShadow Class

OuterShadow Members

DocumentFormat.OpenXml.Drawing Namespace