CommonBehavior.From Property

Definition

From

Represents the following attribute in the schema: from

[DocumentFormat.OpenXml.SchemaAttr(0, "from")]
public DocumentFormat.OpenXml.StringValue From { get; set; }
public DocumentFormat.OpenXml.StringValue From { get; set; }
[DocumentFormat.OpenXml.SchemaAttr(0, "from")]
public DocumentFormat.OpenXml.StringValue? From { get; set; }
[DocumentFormat.OpenXml.SchemaAttr("from")]
public DocumentFormat.OpenXml.StringValue? From { get; set; }
public DocumentFormat.OpenXml.StringValue? From { get; set; }
member this.From : DocumentFormat.OpenXml.StringValue with get, set
[<DocumentFormat.OpenXml.SchemaAttr(0, "from")>]
member this.From : DocumentFormat.OpenXml.StringValue with get, set
[<DocumentFormat.OpenXml.SchemaAttr("from")>]
member this.From : DocumentFormat.OpenXml.StringValue with get, set
Public Property From As StringValue

Property Value

Returns StringValue.

Attributes

Remarks

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

This attribute specifies the starting value of the animation.

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

Applies to