CornerRadius.TopLeft 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置应用了 CornerRadius 的对象左上角的圆角半径(以像素为单位)。
public:
property double TopLeft { double get(); void set(double value); };
public double TopLeft { get; set; }
member this.TopLeft : double with get, set
Public Property TopLeft As Double
属性值
应用 的 对象的 CornerRadius 左上角的舍入半径(以像素为单位)。 默认值为 0。
注解
此结构表示 Windows 运行时 (WinRT) CornerRadius
结构的 .NET 投影。 有关详细信息,请参阅 UWP API 参考中的 CornerRadius 。