Constructor BooleanProperty
- Namespace
- PaintDotNet.PropertySystem
- Assembly
- PaintDotNet.PropertySystem.dll
BooleanProperty(object)
public BooleanProperty(object name)
Parameters
name object
BooleanProperty(object, bool)
public BooleanProperty(object name, bool defaultValue)
Parameters
name object
defaultValue bool
BooleanProperty(object, bool, bool)
public BooleanProperty(object name, bool defaultValue, bool readOnly)
Parameters
name object
defaultValue bool
readOnly bool
BooleanProperty(object, bool, bool, ValueValidationFailureResult)
public BooleanProperty(object name, bool defaultValue, bool readOnly, ValueValidationFailureResult vvfResult)
Parameters
name object
defaultValue bool
readOnly bool
vvfResult ValueValidationFailureResult