BlurBitmapEffect.Radius 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
注意:這個 API 現在已經過時。 非過時的替代方式是 BlurEffect。 取得或設定模糊核心所使用的半徑。 半徑愈大表示愈模糊。
public:
property double Radius { double get(); void set(double value); };
public double Radius { get; set; }
member this.Radius : double with get, set
Public Property Radius As Double
屬性值
模糊核心所使用的半徑,以 DIU (1/96 英吋) 為單位。 預設值是 5
。
備註
半徑愈大表示愈模糊。 模糊的數量也會受到用來建立模糊的核心影響,請參閱 KernelType 。
相依性屬性資訊
識別碼欄位 | RadiusProperty |
設定為 的中繼資料屬性 true |
無 |