IGradientStopCollection

Přehled

IGradientStopCollection je rozhraní v Aspose.Slides pro NET.

Zobrazuje soubor stop gradientu.

Vlastnosti

Název:Typ:PřístupPopis:
AsICollectionIList<IGradientStop>Čtěte.Získejte stopy jako IList z IGradientStop
AsIEnumerableIEnumerable<IGradientStop>Čtěte.Získejte stopy jako IEnumerable z IGradientStop
CountintČtěte.

Metody

Podpis:Popis:
Add(position: float, color: Color)Nově vytvořený gradient stop.
Add(position: float, presetColor: PresetColor)Nově vytvořený gradient stop.
Add(position: float, schemeColor: SchemeColor)Nově vytvořený gradient stop.
Insert(index: int, position: float, color: Color)Barva RGB.
Insert(index: int, position: float, presetColor: PresetColor)Předem nastavená barva.
Insert(index: int, position: float, schemeColor: SchemeColor)Barva schémy.
RemoveAt(index: int)Nulový index zastavení, který má být odstraněn.
Clear()
 Čeština