ShapeHandle.Map Property
Handle Coordinate Mapping.Represents the attribte in schema: map
Namespace: DocumentFormat.OpenXml.Vml
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
<SchemaAttrAttribute(, "map")> _
Public Property Map As StringValue
Get
Set
'Usage
Dim instance As ShapeHandle
Dim value As StringValue
value = instance.Map
instance.Map = value
[SchemaAttrAttribute(, "map")]
public StringValue Map { get; set; }
Property Value
Type: DocumentFormat.OpenXml.StringValue