次の方法で共有


AnimationLevel.Val Property

Level Animation Value.Represents the attribte in schema: val

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

Syntax

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

value = instance.Val

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

Property Value

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

See Also

Reference

AnimationLevel Class

AnimationLevel Members

DocumentFormat.OpenXml.Drawing.Diagrams Namespace