Diagram.BaseTextScale 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 Base Font Size
Represents the following attribute in the schema: dgmbasetextscale
[DocumentFormat.OpenXml.SchemaAttr(0, "dgmbasetextscale")]
public DocumentFormat.OpenXml.IntegerValue BaseTextScale { get; set; }
public DocumentFormat.OpenXml.IntegerValue BaseTextScale { get; set; }
[DocumentFormat.OpenXml.SchemaAttr(0, "dgmbasetextscale")]
public DocumentFormat.OpenXml.IntegerValue? BaseTextScale { get; set; }
[DocumentFormat.OpenXml.SchemaAttr("dgmbasetextscale")]
public DocumentFormat.OpenXml.IntegerValue? BaseTextScale { get; set; }
public DocumentFormat.OpenXml.IntegerValue? BaseTextScale { get; set; }
member this.BaseTextScale : DocumentFormat.OpenXml.IntegerValue with get, set
[<DocumentFormat.OpenXml.SchemaAttr(0, "dgmbasetextscale")>]
member this.BaseTextScale : DocumentFormat.OpenXml.IntegerValue with get, set
[<DocumentFormat.OpenXml.SchemaAttr("dgmbasetextscale")>]
member this.BaseTextScale : DocumentFormat.OpenXml.IntegerValue with get, set
Public Property BaseTextScale As IntegerValue
Property Value
Returns Int32Value.
- Attributes