Enum PropertyFlags

PropertyFlags enumeration

Property’s flags

[Flags]
public enum PropertyFlags : byte

Values

NameValueDescription
None0The property has no flags
NotSerializable1This property is not serializable
UserDefined2This is a user defined property
Animatable4The property is animatable
Animated8The property is animated
Hidden10The property is marked as hidden.

See Also