Table of Contents

Enum DeviceEffectSubProperty

Namespace
PaintDotNet.Direct2D1
Assembly
PaintDotNet.Windows.dll

Specifies the indices of the system sub-properties that may be present in any property.
D2D1_SUBPROPERTY

public enum DeviceEffectSubProperty

Fields

DisplayName = -2147483648

The name for the parent property.

IsReadOnly = -2147483647

A boolean indicating whether the parent property is writable.

Min = -2147483646

The minimum value that can be set to the parent property.

Max = -2147483645

The maximum value that can be set to the parent property.

Default = -2147483644

The default value of the parent property.

Fields = -2147483643

An array of name/index pairs that indicate the possible values that can be set to the parent property.

Index = -2147483642

An index sub-property used by the elements of the Fields array.