Table of Contents

Constructor UriProperty

Namespace
PaintDotNet.PropertySystem
Assembly
PaintDotNet.PropertySystem.dll

UriProperty(object)

public UriProperty(object name)

Parameters

name object

UriProperty(object, Uri?)

public UriProperty(object name, Uri? defaultValue)

Parameters

name object
defaultValue Uri

UriProperty(object, Uri?, bool)

public UriProperty(object name, Uri? defaultValue, bool readOnly)

Parameters

name object
defaultValue Uri
readOnly bool

UriProperty(object, Uri?, bool, ValueValidationFailureResult)

public UriProperty(object name, Uri? defaultValue, bool readOnly, ValueValidationFailureResult vvfResult)

Parameters

name object
defaultValue Uri
readOnly bool
vvfResult ValueValidationFailureResult