Table of Contents

Interface IDynamicImagePropertyInfo

Namespace
PaintDotNet.Direct2D1
Assembly
PaintDotNet.Windows.Framework.dll
public interface IDynamicImagePropertyInfo

Properties

Name

The name of the property.

PropertyType

Gets the type of property.
If this is Object, this instance should be cast to IDynamicImageObjectPropertyInfo to retrieve additional property information.
If this is Value, this instance should be cast to IDynamicImageValuePropertyInfo to retrieve additional property information.

ValueType

The type of the property value.