NFillDeclaration Class Properties
In This Topic
For a list of all members of this type, see NFillDeclaration members.
Public Properties
| Name | Description |
| BeginColor | Gets or sets the begin color to use. Only applicable when Mode is set to TwoColorGradient or ThreeColorGradient. |
| EndColor | Gets or sets the end color to use. Only applicable when Mode is set to TwoColorGradient or ThreeColorGradient. |
| MaximumValue | Gets or sets the maximum value that maps to EndColor. Only applicable when Mode is set to TwoColorGradient or ThreeColorGradient. |
| MiddleColor | Gets or sets the end color to use. Only applicable when Mode is set to ThreeColorGradient. |
| MinimumValue | Gets or sets the minimum value that maps to BeginColor. Only applicable when Mode is set to TwoColorGradient or ThreeColorGradient. |
| Mode | Gets or sets the mode which determines the way in which the filling is determined. If set to Uniform, the filling is determined by the UnformFill property. When set to TwoColorGradient or ThreeColorGradient, the filling is an interpolation on a color ramp that is based on two or three color gradient respectively. |
| UniformFill | Gets or sets the unform filling to apply. Applicable when Mode is set to UniformFill. |
Top
See Also