Rule.ShapeReference Property

Rule Shape Reference.Represents the attribte in schema: idref

Namespace:  DocumentFormat.OpenXml.Vml.Office
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
<SchemaAttrAttribute(, "idref")> _
Public Property ShapeReference As StringValue
    Get
    Set
'Usage
Dim instance As Rule
Dim value As StringValue

value = instance.ShapeReference

instance.ShapeReference = value
[SchemaAttrAttribute(, "idref")]
public StringValue ShapeReference { get; set; }

Property Value

Type: DocumentFormat.OpenXml.StringValue
Returns StringValue.

See Also

Reference

Rule Class

Rule Members

DocumentFormat.OpenXml.Vml.Office Namespace