Share via


Fill.Origin Property

Fill Image Origin.Represents the attribte in schema: origin

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

Syntax

'Declaration
<SchemaAttrAttribute(, "origin")> _
Public Property Origin As StringValue
    Get
    Set
'Usage
Dim instance As Fill
Dim value As StringValue

value = instance.Origin

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

Property Value

Type: DocumentFormat.OpenXml.StringValue
Returns StringValue.

See Also

Reference

Fill Class

Fill Members

DocumentFormat.OpenXml.Vml Namespace