ShapeStyle
LineStyleIndex Property
|
Gets or sets line's 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 ushort LineStyleIndex { get; set; }
Public Property LineStyleIndex As UShort
Get
Set
public:
property unsigned short LineStyleIndex {
unsigned short get ();
void set (unsigned short value);
}
member LineStyleIndex : uint16 with get, set
Property Value
Type:
UInt16
See Also