MaterialCollection.Item[Int32] Właściwość

Definicja

Pobiera lub ustawia Material wartość w określonym indeksie opartym na zerze.

public:
 property System::Windows::Media::Media3D::Material ^ default[int] { System::Windows::Media::Media3D::Material ^ get(int index); void set(int index, System::Windows::Media::Media3D::Material ^ value); };
public System.Windows.Media.Media3D.Material this[int index] { get; set; }
member this.Item(int) : System.Windows.Media.Media3D.Material with get, set
Default Public Property Item(index As Integer) As Material

Parametry

index
Int32

Indeks zerowy obiektu Material do pobrania lub ustawienia.

Wartość właściwości

Element w określonym indeksie.

Implementuje

Dotyczy