ShapeGuide.Name Property
Shape Guide Name.Represents the attribte in schema: name
Namespace: DocumentFormat.OpenXml.Drawing
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
<SchemaAttrAttribute(, "name")> _
Public Property Name As StringValue
Get
Set
'Usage
Dim instance As ShapeGuide
Dim value As StringValue
value = instance.Name
instance.Name = value
[SchemaAttrAttribute(, "name")]
public StringValue Name { get; set; }
Property Value
Type: DocumentFormat.OpenXml.StringValue
Returns StringValue.
Remarks
The following information from the ECMA International Standard ECMA-376 can be useful when working with this class.
Specifies the name that will be used to reference this guide. This name may be used just as a variable would be used within an equation—that is, this name may be substituted for literal values within other guides or the specification of the shape path.
The possible values for this attribute are defined by the ST_GeomGuideName simple type.