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