Class PropertyLayerAttribute
Attribute to make a property a layer field. Only works on int fields.
[AttributeUsage(AttributeTargets.Property, Inherited = true, AllowMultiple = false)]
public class PropertyLayerAttribute : Attribute
- Inheritance
-
PropertyLayerAttribute
Constructors
PropertyLayerAttribute()
public PropertyLayerAttribute()