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