Table of Contents

Constructor Int32Property

Namespace
PaintDotNet.PropertySystem
Assembly
PaintDotNet.PropertySystem.dll

Int32Property(object)

public Int32Property(object name)

Parameters

name object

Int32Property(object, int)

public Int32Property(object name, int defaultValue)

Parameters

name object
defaultValue int

Int32Property(object, int, int, int)

public Int32Property(object name, int defaultValue, int minValue, int maxValue)

Parameters

name object
defaultValue int
minValue int
maxValue int

Int32Property(object, int, int, int, bool)

public Int32Property(object name, int defaultValue, int minValue, int maxValue, bool readOnly)

Parameters

name object
defaultValue int
minValue int
maxValue int
readOnly bool

Int32Property(object, int, int, int, bool, ValueValidationFailureResult)

public Int32Property(object name, int defaultValue, int minValue, int maxValue, bool readOnly, ValueValidationFailureResult vvfResult)

Parameters

name object
defaultValue int
minValue int
maxValue int
readOnly bool
vvfResult ValueValidationFailureResult