LightRig.LightRigType Property

rig.Represents the attribte in schema: w14:rig

Namespace:  DocumentFormat.OpenXml.Office2010.Word
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
<SchemaAttrAttribute(, "rig")> _
Public Property LightRigType As EnumValue(Of LightRigTypeValues)
    Get
    Set
'Usage
Dim instance As LightRig
Dim value As EnumValue(Of LightRigTypeValues)

value = instance.LightRigType

instance.LightRigType = value
[SchemaAttrAttribute(, "rig")]
public EnumValue<LightRigTypeValues> LightRigType { get; set; }

Property Value

Type: DocumentFormat.OpenXml.EnumValue<LightRigTypeValues>

See Also

Reference

LightRig Class

LightRig Members

DocumentFormat.OpenXml.Office2010.Word Namespace