Share via


ListStyle.Level2ParagraphProperties Property

List Level 2 Text Style.Represents the element tag in schema: a:lvl2pPr

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

Syntax

'Declaration
Public Property Level2ParagraphProperties As Level2ParagraphProperties
    Get
    Set
'Usage
Dim instance As ListStyle
Dim value As Level2ParagraphProperties

value = instance.Level2ParagraphProperties

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

Property Value

Type: DocumentFormat.OpenXml.Drawing.Level2ParagraphProperties
Returns Level2ParagraphProperties.

See Also

Reference

ListStyle Class

ListStyle Members

DocumentFormat.OpenXml.Drawing Namespace