Table of Contents

Class StringProperty

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

Constructors

StringProperty(object)
StringProperty(object, string)
StringProperty(object, string, int)
StringProperty(object, string, int, bool)
StringProperty(object, string, int, bool, ValueValidationFailureResult)

Properties

MaxLength
MaxMaxLength

Methods

Clone()
OnClampNewValueT(string)
PropertyValueToStringT(string)
ValidateNewValueT(string)