CornerRadius.BottomLeft 属性

定义

获取或设置左下角的半径。

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

左下角的半径。 默认值为 0。

注解

左下角的半径可以独立于矩形的其他角设置。

适用于

另请参阅