Point.ShapeProperties Property

Shape Properties.Represents the element tag in schema: dgm:spPr

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

Syntax

'Declaration
Public Property ShapeProperties As ShapeProperties
    Get
    Set
'Usage
Dim instance As Point
Dim value As ShapeProperties

value = instance.ShapeProperties

instance.ShapeProperties = value
public ShapeProperties ShapeProperties { get; set; }

Property Value

Type: DocumentFormat.OpenXml.Drawing.Diagrams.ShapeProperties
Returns ShapeProperties.

See Also

Reference

Point Class

Point Members

DocumentFormat.OpenXml.Drawing.Diagrams Namespace