Share via


Shape.Blip Property

Relationship to Image Part.Represents the attribte in schema: r:blip

Namespace:  DocumentFormat.OpenXml.Drawing.Diagrams
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
<SchemaAttrAttribute(, "blip")> _
Public Property Blip As StringValue
    Get
    Set
'Usage
Dim instance As Shape
Dim value As StringValue

value = instance.Blip

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

Property Value

Type: DocumentFormat.OpenXml.StringValue
Returns StringValue.

See Also

Reference

Shape Class

Shape Members

DocumentFormat.OpenXml.Drawing.Diagrams Namespace