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。

注解

此结构表示 Windows 运行时 (WinRT) 结构的 .NET 投影 CornerRadius 。 有关详细信息,请参阅 UWP API 参考中的 CornerRadius

适用于