 | ColorTypeSystemColor Property |
System Color.
Represents the following element tag in the schema: a:sysClr.
Namespace: DocumentFormat.OpenXml.PresentationAssembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll) Version: 2.11.3+Branch.master.Sha.3fcdea311b5a001803ff150de35c25fd4cd62f93.3fcdea311b5a001803ff150de35c25fd4cd62f93
Syntaxpublic SystemColor SystemColor { get; set; }Public Property SystemColor As SystemColor
Get
Set
public:
property SystemColor^ SystemColor {
SystemColor^ get ();
void set (SystemColor^ value);
}member SystemColor : SystemColor with get, set
Property Value
SystemColor
See Also