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