Fill.Origin Property

Definition

Fill Image Origin

Represents the following attribute in the schema: origin

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

Property Value

Returns StringValue.

Attributes

Applies to