Class RowHeading
Represents the row heading.
Inherited Members
Namespace: Telerik.Windows.Controls.Spreadsheet.Worksheets.Margins
Assembly: Telerik.Windows.Controls.Spreadsheet.dll
Syntax
public class RowHeading : RowColumnHeadingBase
Constructors
RowHeading()
Methods
ApplyThumbsProperties()
Applies the thumbs properties.
Declaration
protected override void ApplyThumbsProperties()
Overrides
GetNewSize(Point)
Gets the new size.
Declaration
protected override double GetNewSize(Point point)
Parameters
System.Windows.Point
point
The point. |
Returns
System.Double
The new size. |
Overrides
IsPointInsideThumb(MouseEventArgs)
Determines whether the pointer is inside thumb.
Declaration
protected override bool IsPointInsideThumb(MouseEventArgs e)
Parameters
System.Windows.Input.MouseEventArgs
e
The System.Windows.Input.MouseEventArgs instance containing the event data. |
Returns
System.Boolean
|