Поделиться через


ShredTransition.Pattern Property

pattern.Represents the attribte in schema: pattern

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

Syntax

'Декларация
<SchemaAttrAttribute(, "pattern")> _
Public Property Pattern As EnumValue(Of TransitionShredPatternValues)
    Get
    Set
'Применение
Dim instance As ShredTransition
Dim value As EnumValue(Of TransitionShredPatternValues)

value = instance.Pattern

instance.Pattern = value
[SchemaAttrAttribute(, "pattern")]
public EnumValue<TransitionShredPatternValues> Pattern { get; set; }

Property Value

Type: DocumentFormat.OpenXml.EnumValue<TransitionShredPatternValues>

See Also

Reference

ShredTransition Class

ShredTransition Members

DocumentFormat.OpenXml.Office2010.PowerPoint Namespace