获取和设置一个值,该值代表FlexGrow和FlexShrink的组合。
命名空间:
Swebui.Controls
程序集:
Swebui.Core (在 Swebui.Core.dll 中) 版本:1.0.133.17134+2c49d126d464232ac9a5157f96561862d8e39182
语法public virtual int Flex { get; set; }
Public Overridable Property Flex As Integer
Get
Set
属性值
类型:
Int32正整数
返回值
类型:
Int32
备注
Flex > 1 : 比例因子
flex = 0 : 根据控件自身的Width和Height确定Size
参见