TextPath.XScale Property

Definition

Text X-Scaling

Represents the following attribute in the schema: xscale

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

Property Value

Returns EnumValue<T>.

Attributes

Applies to