TextEffect.PositionCount 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定文字中要套用 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 的位置。
範例
下列程式碼範例示範如何將值設定 PositionCount 為最大值 Int32 ,以確保文字中的所有字元都會受到影響。
// 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 |
無 |