ShapeStyle
FillStyleIndex Property
|
Gets or sets shape's fill column index in style matrices.
0 means no fill,
positive value - index in theme's fill styles,
negative value - index in theme's background styles.
Namespace:
Spire.Presentation
Assembly:
Spire.Presentation (in Spire.Presentation.dll) Version: 10.4.2.0 (10.4.2.6046)
Syntax
public short FillStyleIndex { get; set; }
Public Property FillStyleIndex As Short
Get
Set
public:
property short FillStyleIndex {
short get ();
void set (short value);
}
member FillStyleIndex : int16 with get, set
Property Value
Type:
Int16
See Also