BlipFill.SourceRectangle Property
Source Rectangle.Represents the element tag in schema: a:srcRect
Namespace: DocumentFormat.OpenXml.Drawing.Spreadsheet
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
Public Property SourceRectangle As SourceRectangle
Get
Set
'Usage
Dim instance As BlipFill
Dim value As SourceRectangle
value = instance.SourceRectangle
instance.SourceRectangle = value
public SourceRectangle SourceRectangle { get; set; }
Property Value
Type: DocumentFormat.OpenXml.Drawing.SourceRectangle