Share via


LayoutTarget.Val Property

Layout Target Value.Represents the attribte in schema: val

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

Syntax

'Declaration
<SchemaAttrAttribute(, "val")> _
Public Property Val As EnumValue(Of LayoutTargetValues)
    Get
    Set
'Usage
Dim instance As LayoutTarget
Dim value As EnumValue(Of LayoutTargetValues)

value = instance.Val

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

Property Value

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

Remarks

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

Specifies the layout target value.

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

See Also

Reference

LayoutTarget Class

LayoutTarget Members

DocumentFormat.OpenXml.Drawing.Charts Namespace