TextCharacterProperties
Fill Property
|
Gets the text FillFormat properties.
Read-only
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; }
Public ReadOnly Property Fill As FillFormat
Get
public:
property FillFormat^ Fill {
FillFormat^ get ();
}
member Fill : FillFormat with get
Property Value
Type:
FillFormat
See Also