Name | Description | |
---|---|---|
NGradientBar Constructor | Default constructor. |
The following tables list the members exposed by NGradientBar.
Name | Description | |
---|---|---|
NGradientBar Constructor | Default constructor. |
Name | Description | |
---|---|---|
AbortDraggingEvent | AbortDragging event | |
EndDraggingEvent | EndDragging event | |
GripperExtentLimitProperty | Reference to the GripperExtentLimit property. | |
GripperExtentPercentProperty | Reference to the GripperExtentPercent property. | |
NGradientBarSchema | Schema associated with NGradientBar. | |
OrientationProperty | Reference to the Orientation property. | |
SelectedIndexProperty | Reference to the SelectedIndex property. | |
StartDraggingEvent | StartDragging event | |
UpdateWhileDraggingProperty | Reference to the UpdateWhileDragging property. |
Name | Description | |
---|---|---|
GradientStops | Gets or sets the edited gradient stops collection. | |
GripperExtentLimit | Gets or sets the maximum size of the gripper extent, measured in percent of the gradient bar width/height for horizontal/vertical bar respectively. | |
GripperExtentPercent | Gets or sets the extent of the gradient stop gripper, measured in percent of the gradient bar width/height for vertical/horizontal bar respectively. | |
Orientation | Gets or sets the orientation of this gradient bar. By default set to Horizontal. | |
SelectedGradientStop | Gets the selected gradient stop. | |
SelectedIndex | Gets or sets the index of the selected point. | |
UpdateWhileDragging | Gets or sets whether the selected gradient stop should be updated while the user drags the gradient stop gripper. 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 bar. | |
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 |