Share via


TransformEffect.HorizontalRatio Property

Horizontal Ratio.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 TransformEffect
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 a percentage by which to horizontally scale the object.

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

See Also

Reference

TransformEffect Class

TransformEffect Members

DocumentFormat.OpenXml.Drawing Namespace