RunProperties.Glow Property
Glow, this property is only available in Office2010.Represents the element tag in schema: w14:glow
Namespace: DocumentFormat.OpenXml.Wordprocessing
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
<OfficeAvailabilityAttribute(FileFormatVersions.Office2010)> _
Public Property Glow As Glow
Get
Set
'Usage
Dim instance As RunProperties
Dim value As Glow
value = instance.Glow
instance.Glow = value
[OfficeAvailabilityAttribute(FileFormatVersions.Office2010)]
public Glow Glow { get; set; }
Property Value
Type: DocumentFormat.OpenXml.Office2010.Word.Glow