CornerRadius.BottomLeft 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定套用 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
屬性值
套用 之物件 CornerRadius 左下角的四捨五入半徑,以像素為單位。 預設值是 0。
備註
此結構代表 Windows 執行時間 (WinRT) CornerRadius
結構的 .NET 投影。 如需詳細資訊,請參閱 UWP API 參考中的 CornerRadius 。