ShapeStyle.LineReference Property

LineReference.Represents the element tag in schema: a:lnRef

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

Syntax

'Declaration
Public Property LineReference As LineReference
    Get
    Set
'Usage
Dim instance As ShapeStyle
Dim value As LineReference

value = instance.LineReference

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

Property Value

Type: DocumentFormat.OpenXml.Drawing.LineReference
Returns LineReference.

See Also

Reference

ShapeStyle Class

ShapeStyle Members

DocumentFormat.OpenXml.Presentation Namespace