Table of Contents

Class Property<T>

Namespace
PaintDotNet.PropertySystem
Assembly
PaintDotNet.PropertySystem.dll
public abstract class Property<T> : Property, ICloneable, INotifyPropertyChanged

Type Parameters

T
Inheritance
Property<T>
Implements
Derived
Inherited Members

Properties

DefaultValue
Value

Methods

OnClampNewValue(object?)
OnClampNewValueT(T)
OnCoerceValue(object?)
OnCoerceValueT(object)
OnValueChanged(object?)
OnValueChangedT(T)
PropertyValueToString(object?)
PropertyValueToStringT(T)
ValidateNewValue(object?)
ValidateNewValueT(T)

Events

ValueChanged