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 = -2147483648The name for the parent property.
IsReadOnly = -2147483647A boolean indicating whether the parent property is writable.
Min = -2147483646The minimum value that can be set to the parent property.
Max = -2147483645The maximum value that can be set to the parent property.
Default = -2147483644The default value of the parent property.
Fields = -2147483643An array of name/index pairs that indicate the possible values that can be set to the parent property.
Index = -2147483642An index sub-property used by the elements of the Fields array.