Table of Contents

Constructor StringProperty

Namespace
PaintDotNet.PropertySystem
Assembly
PaintDotNet.PropertySystem.dll

StringProperty(object)

public StringProperty(object name)

Parameters

name object

StringProperty(object, string)

public StringProperty(object name, string defaultValue)

Parameters

name object
defaultValue string

StringProperty(object, string, int)

public StringProperty(object name, string defaultValue, int maxLength)

Parameters

name object
defaultValue string
maxLength int

StringProperty(object, string, int, bool)

public StringProperty(object name, string defaultValue, int maxLength, bool readOnly)

Parameters

name object
defaultValue string
maxLength int
readOnly bool

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

public StringProperty(object name, string defaultValue, int maxLength, bool readOnly, ValueValidationFailureResult vvfResult)

Parameters

name object
defaultValue string
maxLength int
readOnly bool
vvfResult ValueValidationFailureResult