The SliderBase type exposes the following members.

Constructors

  NameDescription
SliderBase
Initializes a new instance of the SliderBase class

Methods

  NameDescription
BringToFront
Sends the elements to front.
(Inherited from Composite.)
Calculate
Overridden. See Calculate()()().
(Inherited from Composite.)
CanMoveBack
Determines whether the elements can move to back.
(Inherited from Composite.)
CanMoveForward
Determines whether the elements can move to forward.
(Inherited from Composite.)
ChildElementAdded
This method is called when the child element is added.
(Inherited from Composite.)
ChildElementRemoved
This method is called when the child element is removed.
(Inherited from Composite.)
DisposeOverloaded.
Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Finalize
Overridden. Releases unmanaged resources and performs other cleanup operations before the Element is reclaimed by garbage collection.
(Inherited from Element.)
GetBoundedBox (Inherited from Element.)
GetByName
Overridden. See GetByName(String).
(Inherited from Composite.)
GetElementAt (Inherited from Composite.)
GetFunction
Implements GetFunction(String).
(Overrides Element..::.GetFunction(String).)
GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
GetHitTest
Returns the elements that are placed at the given point.
(Inherited from Element.)
GetObject
Implements GetObject(String).
(Overrides Element..::.GetObject(String).)
GetPosition
GetRadius
Implements GetRadius(Vector).
GetStyleOverloaded.
GetType
Gets the Type of the current instance.
(Inherited from Object.)
InvalidateOverloaded.
MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
MoveBackward
Moves the elements on the one position to backward.
(Inherited from Composite.)
MoveForward
Moves elements on the one position to forward.
(Inherited from Composite.)
OnFillChanged
Executes if the fill was changed.
(Inherited from Element.)
OnMouseDown
Raises the MouseDown event.
(Inherited from Element.)
OnMouseEnter
Raises the MouseEnter event.
(Inherited from Element.)
OnMouseLeave
Raises the MouseLeave event.
(Inherited from Element.)
OnMouseMove
Raises the MouseMove event.
(Inherited from Element.)
OnMouseUp
Raises the MouseUp event.
(Inherited from Element.)
OnPaintOverloaded.
OnParentChanged
Is called when the Parent property is changed.
(Overrides Element..::.OnParentChanged()()().)
OnStrokeChanged
Is executeв if the stroke was changed.
(Inherited from Element.)
OnStyleChanged
Executes if the style was changed.
(Inherited from Element.)
OnValueChanged
Raise the ValueChanget event.
OnVisibleChanged
Is executed if the visibility was changed.
(Inherited from Element.)
Paint (Inherited from Element.)
PutToBack
Sends the elements to back.
(Inherited from Composite.)
Recalculate
Recalculates the expressions.
(Inherited from Element.)
RoundValue
Returns the number nearest the specified value.
SetDragged
Sets Dragged property.
SetHot
Sets Hot property.
SetPressed
Sets Pressed property.
ToString
Returns a String that represents the current Object.
(Inherited from Object.)

Properties

  NameDescription
Active
Gets or sets value that indicates whether events will be passed to this element.
(Inherited from Element.)
BreakEventsBubbling
Gets or sets value that indicates whether events will be passed to parent.
(Inherited from Element.)
Dragged
Gets the value indicating whether element is dragged.
Elements
Implements Elements.
(Inherited from Composite.)
Expressions
Gets ExpressionBindingCollection expressions that are used by this element.
(Inherited from Element.)
Fill
Gets or sets the Fill object that is used to paint over.
Hot
Gets the value indicating whether mouse cursode is over element.
Instrument
Gets Instrument, which contains this element.
(Inherited from Element.)
MaxLimit
Implements MaxLimit.
MinLimit
Implements MinLimit.
Name
Gets or sets the element's name.
(Inherited from Element.)
Parent
Implements Parent.
(Inherited from Element.)
Pressed
Gets the value indicating whether mouse button was pressed.
RecalculateAll
Gets or sets value that indicates whether expressions will be recalculate for all elemnts or for of these elements only.
(Inherited from Element.)
Scale
Gets IScale object of SliderBase element.
Smooth
Gets or sets value that indicates whether smoothing will be applied.
Step
Gets or sets step of SliderBase element.
Stroke
Gets or sets the Stroke object that is used to trace.
Style
Gets or sets name of the used style.
Value
Implements Value.
Visible
Gets or sets a value indicating whether the element is displayed.
(Inherited from Element.)

Events

  NameDescription
MouseDown
Occurs when the mouse pointer is over the element and a mouse button is pressed.
(Inherited from Element.)
MouseEnter
Occurs when the mouse pointer enters the element.
(Inherited from Element.)
MouseLeave
Occurs when the mouse pointer leaves the element.
(Inherited from Element.)
MouseMove
Occurs when the mouse pointer is moved over the element.
(Inherited from Element.)
MouseUp
Occurs when the mouse pointer is over the element and a mouse button is released.
(Inherited from Element.)
ValueChanged
Occurs after slider value changing.

See Also