点击或拖拽改变大小

UIPropertyOptions 枚举

属性变化之后的操作

命名空间:  CPF
程序集:  CPF (在 CPF.dll 中) 版本:0.8.8.5
语法
C#
[FlagsAttribute]
public enum UIPropertyOptions
成员
  成员名称说明
None0No flags
AffectsMeasure1This property affects measurement
AffectsArrange2This property affects arragement
AffectsRender16This property affects rendering
Inherits32This property inherits to children
参见