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。

注解

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

适用于