次の方法で共有


Shape.Val Property

Value.Represents the attribte in schema: m:val

Namespace: DocumentFormat.OpenXml.Math
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'宣言
<SchemaAttrAttribute(, "val")> _
Public Property Val As EnumValue(Of ShapeDelimiterValues)
    Get
    Set
'使用
Dim instance As Shape
Dim value As EnumValue(Of ShapeDelimiterValues)

value = instance.Val

instance.Val = value
[SchemaAttrAttribute(, "val")]
public EnumValue<ShapeDelimiterValues> Val { get; set; }

Property Value

Type: DocumentFormat.OpenXml.EnumValue<ShapeDelimiterValues>
Returns EnumValue<T>.

Remarks

The following information from the ECMA International Standard ECMA-376 can be useful when working with this class.

Specifies the shape of the parent element. Possible values are match and centered.

The possible values for this attribute are defined by the ST_Shp simple type.

See Also

Reference

Shape Class

Shape Members

DocumentFormat.OpenXml.Math Namespace