Run.RunProperties Property

Run Properties.Represents the element tag in schema: w:rPr

Namespace:  DocumentFormat.OpenXml.Wordprocessing
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
Public Property RunProperties As RunProperties
    Get
    Set
'Usage
Dim instance As Run
Dim value As RunProperties

value = instance.RunProperties

instance.RunProperties = value
public RunProperties RunProperties { get; set; }

Property Value

Type: DocumentFormat.OpenXml.Wordprocessing.RunProperties

See Also

Reference

Run Class

Run Members

DocumentFormat.OpenXml.Wordprocessing Namespace