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