PresentationOf.Step Property
Step.Represents the attribte in schema: step
Namespace: DocumentFormat.OpenXml.Drawing.Diagrams
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaración
<SchemaAttrAttribute(, "step")> _
Public Property Step As ListValue(Of Int32Value)
Get
Set
'Uso
Dim instance As PresentationOf
Dim value As ListValue(Of Int32Value)
value = instance.Step
instance.Step = value
[SchemaAttrAttribute(, "step")]
public ListValue<Int32Value> Step { get; set; }
Property Value
Type: DocumentFormat.OpenXml.ListValue<Int32Value>
Returns ListValue<T>.