다음을 통해 공유


ButtonChrome.RoundCorners 속성

정의

Button의 모퉁이가 둥근지 여부를 나타내는 값을 가져오거나 설정합니다.

public:
 property bool RoundCorners { bool get(); void set(bool value); };
public bool RoundCorners { get; set; }
member this.RoundCorners : bool with get, set
Public Property RoundCorners As Boolean

속성 값

Button의 모퉁이가 둥글면 true이고, 그렇지 않으면 false입니다.

설명

로 설정 하면 false, 모퉁이가 사각형이 됩니다.

종속성 속성 정보

식별자 필드 RoundCornersProperty
메타 데이터 속성 설정 true AffectsRender

적용 대상