BulletChrome.IsRound 属性

定义

获取或设置一个值,该值指示 Bullet 是否具有圆角。

public:
 property bool IsRound { bool get(); void set(bool value); };
public bool IsRound { get; set; }
member this.IsRound : bool with get, set
Public Property IsRound As Boolean

属性值

如果 Bullet 具有圆角,则为 true;否则为 false

注解

设置为 false时,角是方形的。

依赖项属性信息

标识符字段 IsRoundProperty
元数据属性设置为 true AffectsRender

适用于