IAutoShapeUseBackgroundFill Property |
Determines whether this autoshape should be filled with slide's background fill instead of specified by style or fill format.
Read/write
Boolean.
Namespace:
Aspose.Slides
Assembly:
Aspose.Slides (in Aspose.Slides.dll) Version: 20.3.0.0 (20.3)
Syntaxbool UseBackgroundFill { get; set; }
Property UseBackgroundFill As Boolean
Get
Set
property bool UseBackgroundFill {
bool get ();
void set (bool value);
}
abstract UseBackgroundFill : bool with get, set
Property Value
Type:
Boolean
See Also