CustomGeometry.Rectangle Property
Shape Text Rectangle.Represents the element tag in schema: a:rect
Namespace: DocumentFormat.OpenXml.Drawing
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
Public Property Rectangle As Rectangle
Get
Set
'Usage
Dim instance As CustomGeometry
Dim value As Rectangle
value = instance.Rectangle
instance.Rectangle = value
public Rectangle Rectangle { get; set; }
Property Value
Type: DocumentFormat.OpenXml.Drawing.Rectangle
Returns Rectangle.