CommonBehavior.By Property

Definition

By

Represents the following attribute in the schema: by

[DocumentFormat.OpenXml.SchemaAttr(0, "by")]
public DocumentFormat.OpenXml.StringValue By { get; set; }
public DocumentFormat.OpenXml.StringValue By { get; set; }
[DocumentFormat.OpenXml.SchemaAttr(0, "by")]
public DocumentFormat.OpenXml.StringValue? By { get; set; }
[DocumentFormat.OpenXml.SchemaAttr("by")]
public DocumentFormat.OpenXml.StringValue? By { get; set; }
public DocumentFormat.OpenXml.StringValue? By { get; set; }
member this.By : DocumentFormat.OpenXml.StringValue with get, set
[<DocumentFormat.OpenXml.SchemaAttr(0, "by")>]
member this.By : DocumentFormat.OpenXml.StringValue with get, set
[<DocumentFormat.OpenXml.SchemaAttr("by")>]
member this.By : DocumentFormat.OpenXml.StringValue with get, set
Public Property By 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 a relative offset value for the animation.

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

Applies to