ShapeStyle
EffectStyleIndex Property
|
Gets or sets shape's effect column index in a style matrix.
Namespace:
Spire.Presentation
Assembly:
Spire.Presentation (in Spire.Presentation.dll) Version: 10.4.2.0 (10.4.2.6046)
Syntax
public uint EffectStyleIndex { get; set; }
Public Property EffectStyleIndex As UInteger
Get
Set
public:
property unsigned int EffectStyleIndex {
unsigned int get ();
void set (unsigned int value);
}
member EffectStyleIndex : uint32 with get, set
Property Value
Type:
UInt32
See Also