PresentationOf.Step Property

Step.Represents the attribte in schema: step

Namespace:  DocumentFormat.OpenXml.Drawing.Diagrams
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
<SchemaAttrAttribute(, "step")> _
Public Property Step As ListValue(Of Int32Value)
    Get
    Set
'Usage
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>.

See Also

Reference

PresentationOf Class

PresentationOf Members

DocumentFormat.OpenXml.Drawing.Diagrams Namespace