Method CreateForEnum  
  - Namespace
- PaintDotNet.PropertySystem
- Assembly
- PaintDotNet.PropertySystem.dll
 
  CreateForEnum<TEnum>(object, TEnum)
  
  public static StaticListChoiceProperty CreateForEnum<TEnum>(object name, TEnum defaultValue) where TEnum : Enum
 
Parameters
  - nameobject
- defaultValueTEnum
Returns
  - StaticListChoiceProperty
Type Parameters
  - TEnum
  CreateForEnum<TEnum>(object, TEnum, bool)
  
  public static StaticListChoiceProperty CreateForEnum<TEnum>(object name, TEnum defaultValue, bool readOnly) where TEnum : Enum
 
Parameters
  - nameobject
- defaultValueTEnum
- readOnlybool
Returns
  - StaticListChoiceProperty
Type Parameters
  - TEnum
  CreateForEnum(Type, object, object)
  
  public static StaticListChoiceProperty CreateForEnum(Type enumType, object name, object defaultValue)
 
Parameters
  - enumTypeType
- nameobject
- defaultValueobject
Returns
  - StaticListChoiceProperty
  CreateForEnum(Type, object, object, bool)
  
  public static StaticListChoiceProperty CreateForEnum(Type enumType, object name, object defaultValue, bool readOnly)
 
Parameters
  - enumTypeType
- nameobject
- defaultValueobject
- readOnlybool
Returns
  - StaticListChoiceProperty