Share via


TextPath.XScale Property

Text X-Scaling.Represents the attribte in schema: xscale

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

Syntax

'Declaration
<SchemaAttrAttribute(, "xscale")> _
Public Property XScale As TrueFalseValue
    Get
    Set
'Usage
Dim instance As TextPath
Dim value As TrueFalseValue

value = instance.XScale

instance.XScale = value
[SchemaAttrAttribute(, "xscale")]
public TrueFalseValue XScale { get; set; }

Property Value

Type: DocumentFormat.OpenXml.TrueFalseValue
Returns EnumValue<T>.

See Also

Reference

TextPath Class

TextPath Members

DocumentFormat.OpenXml.Vml Namespace