Share via


Diagram.BaseTextScale Property

Diagram Base Font Size.Represents the attribte in schema: dgmbasetextscale

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

Syntax

'Declaration
<SchemaAttrAttribute(, "dgmbasetextscale")> _
Public Property BaseTextScale As IntegerValue
    Get
    Set
'Usage
Dim instance As Diagram
Dim value As IntegerValue

value = instance.BaseTextScale

instance.BaseTextScale = value
[SchemaAttrAttribute(, "dgmbasetextscale")]
public IntegerValue BaseTextScale { get; set; }

Property Value

Type: DocumentFormat.OpenXml.IntegerValue
Returns Int32Value.

See Also

Reference

Diagram Class

Diagram Members

DocumentFormat.OpenXml.Vml.Office Namespace