ShapeStyle
FontCollectionIndex Property
|
Gets or sets shape's font index in a font collection.
Read/write
FontCollectionIndex
.
Namespace:
Spire.Presentation
Assembly:
Spire.Presentation (in Spire.Presentation.dll) Version: 10.4.2.0 (10.4.2.6046)
Syntax
public FontCollectionIndex FontCollectionIndex { get; set; }
Public Property FontCollectionIndex As FontCollectionIndex
Get
Set
public:
property FontCollectionIndex FontCollectionIndex {
FontCollectionIndex get ();
void set (FontCollectionIndex value);
}
member FontCollectionIndex : FontCollectionIndex with get, set
Property Value
Type:
FontCollectionIndex
See Also