 | AnimateColorColorSpace Property |
Color Space
Represents the following attribute in the schema: clrSpc
Namespace: DocumentFormat.OpenXml.PresentationAssembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll) Version: 2.11.3+Branch.master.Sha.3fcdea311b5a001803ff150de35c25fd4cd62f93.3fcdea311b5a001803ff150de35c25fd4cd62f93
Syntaxpublic EnumValue<AnimateColorSpaceValues> ColorSpace { get; set; }Public Property ColorSpace As EnumValue(Of AnimateColorSpaceValues)
Get
Set
public:
property EnumValue<AnimateColorSpaceValues>^ ColorSpace {
EnumValue<AnimateColorSpaceValues>^ get ();
void set (EnumValue<AnimateColorSpaceValues>^ value);
}member ColorSpace : EnumValue<AnimateColorSpaceValues> with get, set
Property Value
EnumValueAnimateColorSpaceValues
See Also