AdjustValueCollectionItem Property |
Returns adjustment by index.
Namespace:
Aspose.Slides
Assembly:
Aspose.Slides (in Aspose.Slides.dll) Version: 22.5.0.0 (22.5)
Syntaxpublic IAdjustValue this[
int index
] { get; }
Public ReadOnly Default Property Item (
index As Integer
) As IAdjustValue
Get
public:
virtual property IAdjustValue^ default[int index] {
IAdjustValue^ get (int index) sealed;
}
abstract Item : IAdjustValue with get
override Item : IAdjustValue with get
Parameters
- index
- Type: SystemInt32
adjustment's index.
Return Value
Type:
IAdjustValueAdjustValue.
Implements
IAdjustValueCollectionItemInt32
See Also