CornerRadius.TopLeft 屬性

定義

取得或設定套用 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

適用於