Table of Contents

Class StaticListChoiceProperty

Namespace
PaintDotNet.PropertySystem
Assembly
PaintDotNet.PropertySystem.dll
public sealed class StaticListChoiceProperty : Property<object>, ICloneable, INotifyPropertyChanged
Inheritance
StaticListChoiceProperty
Implements
Inherited Members

Constructors

StaticListChoiceProperty(object, object[])
StaticListChoiceProperty(object, object[], int)
StaticListChoiceProperty(object, object[], int, bool)
StaticListChoiceProperty(object, object[], int, bool, ValueValidationFailureResult)

Properties

ValueChoices

Methods

Clone()
CreateForEnum(Type, object, object)
CreateForEnum(Type, object, object, bool)
CreateForEnum<TEnum>(object, TEnum)
CreateForEnum<TEnum>(object, TEnum, bool)
OnClampNewValueT(object)
ValidateNewValueT(object)