次の方法で共有


Adjustments.Item[Int32] プロパティ

定義

指定した調整値を設定または返します。

public:
 property float default[int] { float get(int Index); void set(int Index, float value); };
public float this[int Index] { get; set; }
member this.Item(int) : single with get, set
Default Public Property Item(Index As Integer) As Single

パラメーター

Index
Int32

調整する項目のインデックス番号を指定します

プロパティ値

注釈

線型の調整では、通常、調整値 0.0 は、図形の左端または上端に対応し、1.0 は図形の右端または下端に対応します。 ただし、調整は、一部の図形の図形の境界を越えて渡すことができます。 放射状の調整で、調整値 1.0 は図形の幅に対応しています。 角度の調整は、調整値は度で指定されました。 Item プロパティは、調整値を持つ図形にのみ適用されます。

オートシェイプとワードアート オブジェクトには、最大 8 つの調整があります。

適用対象