 | WebPropertiesColor Property |
Slide Navigation Colors for HTML output
Represents the following attribute in the schema: clr
Namespace: DocumentFormat.OpenXml.PresentationAssembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll) Version: 2.20.0+Branch.release-v2.20.0.Sha.a873d3fbff9bffe179fea62486da950adf5be65d.a873d3fbff9bffe179fea62486da950adf5be65d
Syntaxpublic EnumValue<WebColorValues>? Color { get; set; }
Public Property Color As EnumValue(Of WebColorValues)
Get
Set
public:
property EnumValue<WebColorValues>^ Color {
EnumValue<WebColorValues>^ get ();
void set (EnumValue<WebColorValues>^ value);
}
member Color : EnumValue<WebColorValues> with get, set
Property Value
EnumValueWebColorValues
See Also