VantagePoint WPF Controls v1.0 Class Library
Assembly: VantagePoint (in VantagePoint.dll)
Version: 1.0.0.0 (1.0.0.0)
Slider base class is the base class from which all sliders are derived.
Namespace:
VantagePoint.Common.BaseClassesAssembly: VantagePoint (in VantagePoint.dll)
Version: 1.0.0.0 (1.0.0.0)
Syntax
| C# | XAML |
public class SliderBase : Slider
Members
| All Members | Constructors | Fields | Properties | Methods |
| Member | Description | |
|---|---|---|
| SliderBase(String) |
SliderBase Constructor
| |
| CornerRadius |
Get or set the corner radius
| |
| CornerRadiusProperty |
The corner radius of the outside border
| |
| GlareBrush |
Get or set the glare brush
| |
| GlareBrushProperty |
The brush that pains the glare brush
| |
| GlareOpacityMask |
Get or set the glare opacity mask
| |
| GlareOpacityMaskProperty |
The brush that paints the opacity mask of the glare brush
| |
| InnerBorderBrush |
Get or set the inner border brush
| |
| InnerBorderBrushProperty |
The brush that paints the secondary border brush of the slider
| |
| InnerBorderThickness |
Get or set the inner border thickness
| |
| InnerBorderThicknessProperty |
The thickness of the inner border
| |
| InnerCornerRadius |
Get or set the inner corner radius
| |
| InnerCornerRadiusProperty |
The corner radius of the inside border
| |
| IsNumbersVisible |
Get or set the visibility of the text inside the tickbar
| |
| IsNumbersVisibleProperty |
The visibility of the text on the tickbar
| |
| OnApplyTemplate()()() | ||
| ThumbBackground |
Get or set the thumb background
| |
| ThumbBackgroundProperty |
The brush that paints the background of the thumb
| |
| ThumbBorderBrush |
Get or set the thumb border brush
| |
| ThumbBorderBrushProperty |
The brush that paints the thumb border brush of the slider
| |
| TickBrush |
Get or set the tick brush
| |
| TickBrushProperty |
The brush that paints the ticks
| |
| TrackBackground |
Get or set the track background
| |
| TrackBackgroundProperty |
The brush that paints the secondary border background of the slider
| |
| TrackBorderBrush |
Get or set the track border brush
| |
| TrackBorderBrushProperty |
The brush that paints the track border
| |
| TrackBorderThickness |
Get or set the track border thickness
| |
| TrackBorderThicknessProperty |
The thickness of the track border
| |
| TrackCornerRadius |
Get or set the track corner radius
| |
| TrackCornerRadiusProperty |
The corner radius of the track
|
Inheritance Hierarchy
System..::.Object
System.Windows.Threading..::.DispatcherObject
System.Windows..::.DependencyObject
System.Windows.Media..::.Visual
System.Windows..::.UIElement
System.Windows..::.FrameworkElement
System.Windows.Controls..::.Control
System.Windows.Controls.Primitives..::.RangeBase
System.Windows.Controls..::.Slider
VantagePoint.Common.BaseClasses..::.SliderBase
VantagePoint.Sliders..::.SphericalSlider
VantagePoint.Sliders..::.TrenchedSlider
VantagePoint.Sliders..::.SimpleSlider
VantagePoint.Sliders..::.FaderSlider
System.Windows.Threading..::.DispatcherObject
System.Windows..::.DependencyObject
System.Windows.Media..::.Visual
System.Windows..::.UIElement
System.Windows..::.FrameworkElement
System.Windows.Controls..::.Control
System.Windows.Controls.Primitives..::.RangeBase
System.Windows.Controls..::.Slider
VantagePoint.Common.BaseClasses..::.SliderBase
VantagePoint.Sliders..::.SphericalSlider
VantagePoint.Sliders..::.TrenchedSlider
VantagePoint.Sliders..::.SimpleSlider
VantagePoint.Sliders..::.FaderSlider
See Also
VantagePoint.Common.BaseClasses Namespace