TimeListAnimationVariantType.BooleanVariantValue Property
Boolean Variant.Represents the element tag in schema: p:boolVal
Namespace: DocumentFormat.OpenXml.Presentation
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaración
Public Property BooleanVariantValue As BooleanVariantValue
Get
Set
'Uso
Dim instance As TimeListAnimationVariantType
Dim value As BooleanVariantValue
value = instance.BooleanVariantValue
instance.BooleanVariantValue = value
public BooleanVariantValue BooleanVariantValue { get; set; }
Property Value
Type: DocumentFormat.OpenXml.Presentation.BooleanVariantValue
See Also
Reference
TimeListAnimationVariantType Class