RectangleClip.Right 속성

정의

시각적 개체 오른쪽에서 오프셋을 가져오거나 설정합니다. 에 정의된 Right 가장자리 오른쪽에 있는 시각적 개체의 부분이 잘립니다. 애니메이션 가능.

public:
 property float Right { float get(); void set(float value); };
float Right();

void Right(float value);
public float Right { get; set; }
var single = rectangleClip.right;
rectangleClip.right = single;
Public Property Right As Single

속성 값

Single

float

시각적 개체 오른쪽의 오프셋(픽셀)입니다.

적용 대상