Name | Description | |
---|---|---|
NAdvancedGradientBox Constructor | Default constructor. |
The following tables list the members exposed by NAdvancedGradientBox.
Name | Description | |
---|---|---|
NAdvancedGradientBox Constructor | Default constructor. |
Name | Description | |
---|---|---|
AbortDraggingEvent | AbortDragging event | |
EndDraggingEvent | EndDragging event | |
GripperExtentPercentProperty | Reference to the GripperExtentPercent property. | |
GripperMaxSizeProperty | Reference to the GripperMaxSize property. | |
NAdvancedGradientBoxSchema | Schema associated with NAdvancedGradientBox. | |
SelectedIndexProperty | Reference to the SelectedIndex property. | |
StartDraggingEvent | StartDragging event | |
UpdateWhileDraggingProperty | Reference to the UpdateWhileDragging property. |
Name | Description | |
---|---|---|
GradientBackColor | ||
GradientPoints | ||
GripperExtentPercent | Gets or sets the extent of the gradient point grippers, measured in percent of the gradient square's width or height. | |
GripperMaxSize | Gets or sets the maximum allowed size for a gradient point gripper (in DIP). | |
SelectedIndex | Gets or sets the index of the selected point. | |
SelectedPoint | Gets the selected point | |
UpdateWhileDragging | Gets or sets whether the selected value should be updated while the user drags the Value selector. If set to false the selected value is updated when the user releases the left mouse button. By default set to true. |
Name | Description | |
---|---|---|
MeasureContent | Overridden. Overriden to return the desired size of this gradient box. | |
OnKeyDown | Overridden. | |
OnMouseDown | Overridden. | |
OnMouseLeave | Overridden. | |
OnMouseMove | Overridden. | |
OnMouseUp | Overridden. | |
OnPrePaint | Overridden. Performs the element pre-children custom paint. |
Name | Description | |
---|---|---|
AbortDragging | Occurs when the user ends dragging a gradient point | |
EndDragging | Occurs when the user ends dragging a gradient point | |
SelectedIndexChanged | Occurs when the selected index changed | |
StartDragging | Occurs when the user starts dragging a gradient point |