Class BottomThumb
Represents bottom thumb of the popup of FontListComboBox control. Used for changing height of the popup.
Inheritance
Namespace: Syncfusion.Windows.Tools.Controls
Assembly: Syncfusion.Tools.Wpf.dll
Syntax
public class BottomThumb : Control
Constructors
BottomThumb()
Declaration
public BottomThumb()
Fields
OffsetProperty
Identifies Offset dependency property.
Declaration
public static readonly DependencyProperty OffsetProperty
Field Value
Type |
---|
System.Windows.DependencyProperty |
Properties
Offset
Gets or sets the height of the popup. This is a dependency property.
Declaration
public double Offset { get; set; }
Property Value
Type | Description |
---|---|
System.Double | Type: System.Double |
See Also
Methods
OnMouseDown(MouseButtonEventArgs)
Invoked when an System.Windows.Input.Mouse.MouseDown�attached event reaches an element.
Declaration
protected override void OnMouseDown(MouseButtonEventArgs e)
Parameters
Type | Name | Description |
---|---|---|
System.Windows.Input.MouseButtonEventArgs | e | Mouse Button Event Data |
OnMouseMove(MouseEventArgs)
Invoked when an System.Windows.Input.Mouse.MouseMove�attached event reaches an element.
Declaration
protected override void OnMouseMove(MouseEventArgs e)
Parameters
Type | Name | Description |
---|---|---|
System.Windows.Input.MouseEventArgs | e | The System.Windows.Input.MouseEventArgs that contains the event data. |
OnMouseUp(MouseButtonEventArgs)
Invoked when an
Declaration
protected override void OnMouseUp(MouseButtonEventArgs e)
Parameters
Type | Name | Description |
---|---|---|
System.Windows.Input.MouseButtonEventArgs | e | The System.Windows.Input.MouseButtonEventArgs that contains the event data. |
OnOffsetChanged(DependencyPropertyChangedEventArgs)
Updates property value cache and raises OffsetChanged event.
Declaration
protected virtual void OnOffsetChanged(DependencyPropertyChangedEventArgs e)
Parameters
Type | Name | Description |
---|---|---|
System.Windows.DependencyPropertyChangedEventArgs | e | Property changes details, such as old value and new value. |
Events
OffsetChanged
Event that is raised when Offset property is changed.
Declaration
public event PropertyChangedCallback OffsetChanged
Event Type
Type |
---|
System.Windows.PropertyChangedCallback |