ShredTransition.Pattern Property
pattern.Represents the attribte in schema: pattern
Namespace: DocumentFormat.OpenXml.Office2010.PowerPoint
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaración
<SchemaAttrAttribute(, "pattern")> _
Public Property Pattern As EnumValue(Of TransitionShredPatternValues)
Get
Set
'Uso
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>