AutoShapeUseBackgroundFill 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)
Syntaxpublic bool UseBackgroundFill { get; set; }
Public Property UseBackgroundFill As Boolean
Get
Set
public:
virtual property bool UseBackgroundFill {
bool get () sealed;
void set (bool value) sealed;
}
abstract UseBackgroundFill : bool with get, set
override UseBackgroundFill : bool with get, set
Property Value
Type:
BooleanImplements
IAutoShapeUseBackgroundFill
See Also