RowHeading
Class
Represents the row heading.
Definition
Namespace:Telerik.Windows.Controls.Spreadsheet.Worksheets.Margins
Assembly:Telerik.Windows.Controls.Spreadsheet.dll
Syntax:
C#
public class RowHeading : RowColumnHeadingBase
Inheritance: objectControlBaseRowColumnHeadingBaseRowHeading
Derived Classes:
Inherited Members
Constructors
Initializes a new instance of the RowHeading class.
C#
public RowHeading()
Methods
Applies the thumbs properties.
C#
protected override void ApplyThumbsProperties()
Overrides:
Gets the new size.
C#
protected override double GetNewSize(Point point)
The point.
Returns:The new size.
Overrides:
Determines whether the pointer is inside thumb.
C#
protected override bool IsPointInsideThumb(MouseEventArgs e)
The MouseEventArgs instance containing the event data.
Returns:True if the pointer is inside thumb.
Overrides:
Raises the event. This method is invoked whenever is set to true internally.
C#
protected override void OnInitialized(EventArgs e)
The RoutedEventArgs that contains the event data.