Diagram.ScaleX Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Diagram Layout X Scale
Represents the following attribute in the schema: dgmscalex
[DocumentFormat.OpenXml.SchemaAttr(0, "dgmscalex")]
public DocumentFormat.OpenXml.IntegerValue ScaleX { get; set; }
public DocumentFormat.OpenXml.IntegerValue ScaleX { get; set; }
[DocumentFormat.OpenXml.SchemaAttr(0, "dgmscalex")]
public DocumentFormat.OpenXml.IntegerValue? ScaleX { get; set; }
[DocumentFormat.OpenXml.SchemaAttr("dgmscalex")]
public DocumentFormat.OpenXml.IntegerValue? ScaleX { get; set; }
public DocumentFormat.OpenXml.IntegerValue? ScaleX { get; set; }
member this.ScaleX : DocumentFormat.OpenXml.IntegerValue with get, set
[<DocumentFormat.OpenXml.SchemaAttr(0, "dgmscalex")>]
member this.ScaleX : DocumentFormat.OpenXml.IntegerValue with get, set
[<DocumentFormat.OpenXml.SchemaAttr("dgmscalex")>]
member this.ScaleX : DocumentFormat.OpenXml.IntegerValue with get, set
Public Property ScaleX As IntegerValue
Property Value
Returns Int32Value.
- Attributes