CornerRadius.BottomLeft 속성

정의

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

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

속성 값

Double

가 적용 된 개체의 왼쪽 아래 모퉁이에 대 한 반올림의 반지름 (픽셀)입니다 CornerRadius . 기본값은 0입니다.

설명

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

적용 대상