CornerRadius.BottomRight 속성

정의

CornerRadius가 적용되는 개체 오른쪽 아래 모서리의 원형 반경(픽셀 단위)을 가져오거나 설정합니다.

public:
 property double BottomRight { double get(); void set(double value); };
public double BottomRight { get; set; }
member this.BottomRight : double with get, set
Public Property BottomRight As Double

속성 값

가 적용되는 개체 CornerRadius 의 오른쪽 아래 모서리에 있는 반올림 반경(픽셀)입니다. 기본값은 0입니다.

설명

이 구조체는 WinRT(Windows 런타임) CornerRadius 구조체의 .NET 프로젝션을 나타냅니다. 자세한 내용은 UWP API 참조의 CornerRadius 를 참조하세요.

적용 대상