ColorFormatSystemColor Property |
Returns or sets the color identified by the system color table.
Read/write
SystemColor.
Namespace:
Aspose.Slides
Assembly:
Aspose.Slides (in Aspose.Slides.dll) Version: 20.3.0.0 (20.3)
Syntaxpublic SystemColor SystemColor { get; set; }
Public Property SystemColor As SystemColor
Get
Set
public:
virtual property SystemColor SystemColor {
SystemColor get () sealed;
void set (SystemColor value) sealed;
}
abstract SystemColor : SystemColor with get, set
override SystemColor : SystemColor with get, set
Property Value
Type:
SystemColorImplements
IColorFormatSystemColor
See Also