CommonBehavior.To Property

To.Represents the attribte in schema: to

Namespace:  DocumentFormat.OpenXml.Presentation
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
<SchemaAttrAttribute(, "to")> _
Public Property To As StringValue
    Get
    Set
'Usage
Dim instance As CommonBehavior
Dim value As StringValue

value = instance.To

instance.To = value
[SchemaAttrAttribute(, "to")]
public StringValue To { get; set; }

Property Value

Type: DocumentFormat.OpenXml.StringValue
Returns StringValue.

Remarks

The following information from the ECMA International Standard ECMA-376 can be useful when working with this class.

This attribute specifies the ending value of the animation.

The possible values for this attribute are defined by the XML Schema string datatype.

See Also

Reference

CommonBehavior Class

CommonBehavior Members

DocumentFormat.OpenXml.Presentation Namespace