TextEffect.PositionCount プロパティ

定義

TextEffect の適用対象となるテキスト内の位置を取得または設定します。

public:
 property int PositionCount { int get(); void set(int value); };
public int PositionCount { get; set; }
member this.PositionCount : int with get, set
Public Property PositionCount As Integer

プロパティ値

Int32 の適用対象となるテキスト内の位置を表す TextEffect 値。

次のコード例では、値を最大値Int32に設定PositionCountして、テキスト内のすべての文字が確実に影響を受ける方法を示します。

// Ensure that all characters in the text are affected.
textEffect.PositionCount = int.MaxValue;
' Ensure that all characters in the text are affected.
textEffect.PositionCount = Integer.MaxValue

注釈

この値を PositionCount 、影響を受けるテキストの最大位置より大きい数値に設定すると有効です。

依存プロパティ情報

識別子フィールド PositionCountProperty
に設定されたメタデータ プロパティ true なし

適用対象