IAutoShape
UseBackgroundFill Property
|
Indicates whether this autoshape should be filled with slide's background fill instead of specified by style or fill format.
Read/write bool.
Namespace:
Spire.Presentation
Assembly:
Spire.Presentation (in Spire.Presentation.dll) Version: 10.4.2.0 (10.4.2.6046)
Syntax
bool 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