点击或拖拽改变大小

RadioButtonGroupAttribute 构造函数

绑定RadioButton分组的值,只能在View里使用,默认是用RadioButton的Content作为绑定值

命名空间:  CPF.Controls
程序集:  CPF (在 CPF.dll 中) 版本:0.8.8.5
语法
C#
public RadioButtonGroupAttribute(
	string groupName,
	bool valueFromDataContext = false
)

参数

groupName
类型:SystemString

[缺少 "M:CPF.Controls.RadioButtonGroupAttribute.#ctor(System.String,System.Boolean)" 的 <param name="groupName"/> 文档]

valueFromDataContext (Optional)
类型:SystemBoolean
用RadioButton的DataContext作为绑定的值,默认是用RadioButton的Content
参见