Constructor UriProperty  
  - Namespace
- PaintDotNet.PropertySystem
- Assembly
- PaintDotNet.PropertySystem.dll
 
  UriProperty(object)
  
  public UriProperty(object name)
 
Parameters
  - nameobject
  UriProperty(object, Uri?)
  
  public UriProperty(object name, Uri? defaultValue)
 
Parameters
  - nameobject
- defaultValueUri
  UriProperty(object, Uri?, bool)
  
  public UriProperty(object name, Uri? defaultValue, bool readOnly)
 
Parameters
  - nameobject
- defaultValueUri
- readOnlybool
  UriProperty(object, Uri?, bool, ValueValidationFailureResult)
  
  public UriProperty(object name, Uri? defaultValue, bool readOnly, ValueValidationFailureResult vvfResult)
 
Parameters
  - nameobject
- defaultValueUri
- readOnlybool
- vvfResultValueValidationFailureResult