SlideBackground
GetBackgroundFillFormat Method
|
Gets slide's background fillformat.
Read only
GetBackgroundFillFormat(ActiveSlide)
.
Namespace:
Spire.Presentation
Assembly:
Spire.Presentation (in Spire.Presentation.dll) Version: 10.4.2.0 (10.4.2.6046)
Syntax
public FillFormat GetBackgroundFillFormat(
ActiveSlide slide
)
Public Function GetBackgroundFillFormat (
slide As ActiveSlide
) As FillFormat
public:
FillFormat^ GetBackgroundFillFormat(
ActiveSlide^ slide
)
member GetBackgroundFillFormat :
slide : ActiveSlide -> FillFormat
Parameters
-
slide
-
Type:
Spire.Presentation
ActiveSlide
the slide with current background.
Return Value
Type:
FillFormat
See Also