CornerRadius.TopLeft 属性

定义

获取或设置应用了 CornerRadius 的对象左上角的圆角半径(以像素为单位)。Gets or sets the radius of rounding, in pixels, of the top left corner of the object where a CornerRadius is applied.

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

属性值

Double

应用了的对象左上角的圆角半径(以像素为单位) CornerRadiusThe radius of rounding, in pixels, of the top left corner of the object where a CornerRadius is applied. 默认值为 0。The default is 0.

注解

此结构表示 Windows 运行时 (WinRT) 结构的 .NET 投影 CornerRadiusThis struct represents the .NET projection of the Windows Runtime (WinRT) CornerRadius struct. 有关详细信息,请参阅 UWP API 参考中的 CornerRadiusFor more information, see CornerRadius in the UWP API reference.

适用于