SlideBackground
ThemeColor Property
|
Return a ColorFormat for Themed fill.
Readonly
ColorFormat
.
Namespace:
Spire.Presentation
Assembly:
Spire.Presentation (in Spire.Presentation.dll) Version: 10.4.2.0 (10.4.2.6046)
Syntax
public ColorFormat ThemeColor { get; set; }
Public Property ThemeColor As ColorFormat
Get
Set
public:
property ColorFormat^ ThemeColor {
ColorFormat^ get ();
void set (ColorFormat^ value);
}
member ThemeColor : ColorFormat with get, set
Property Value
Type:
ColorFormat
See Also