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
属性值
模糊内核中使用的半径(1/96 英寸)。 默认值为 5。
注解
更大的半径意味着更模糊。 模糊量也受用于创建模糊的内核的影响,请参阅 KernelType。
Dependency 属性信息
| 物品 | 价值 |
|---|---|
| 标识符字段 | RadiusProperty |
元数据属性设置为 true |
None |