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

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 없음

적용 대상