New to Telerik UI for WPFStart a free 30-day trial

Represents the column heading.

Definition

Namespace:Telerik.Windows.Controls.Spreadsheet.Worksheets.Margins

Assembly:Telerik.Windows.Controls.Spreadsheet.dll

Syntax:

C#
public class ColumnHeading : RowColumnHeadingBase

Inheritance: objectControlBaseRowColumnHeadingBaseColumnHeading

Derived Classes: PrintColumnHeading

Inherited Members RowColumnHeadingBase.ThumbLengthRowColumnHeadingBase.TextPropertyRowColumnHeadingBase.FillPropertyRowColumnHeadingBase.NormalFillBrushPropertyRowColumnHeadingBase.SelectedFillBrushPropertyRowColumnHeadingBase.FullySelectedFillBrushPropertyRowColumnHeadingBase.HoverFillBrushPropertyRowColumnHeadingBase.RectangleStrokeBrushPropertyRowColumnHeadingBase.RectangleStrokeThicknessPropertyRowColumnHeadingBase.HeadingStatePropertyRowColumnHeadingBase.OnApplyTemplate()RowColumnHeadingBase.OnResizeStarted(RowColumnHeadingResizeEventArgs)RowColumnHeadingBase.OnResizeDelta(RowColumnHeadingResizeEventArgs)RowColumnHeadingBase.OnResizeCompleted(RowColumnHeadingResizeEventArgs)RowColumnHeadingBase.FirstResizeThumbRowColumnHeadingBase.SecondResizeThumbRowColumnHeadingBase.IndexRowColumnHeadingBase.PreviousHeadingSizeRowColumnHeadingBase.CurrentHeadingSizeRowColumnHeadingBase.MaxHeadingSizeRowColumnHeadingBase.TextRowColumnHeadingBase.FillRowColumnHeadingBase.NormalFillBrushRowColumnHeadingBase.SelectedFillBrushRowColumnHeadingBase.FullySelectedFillBrushRowColumnHeadingBase.HoverFillBrushRowColumnHeadingBase.RectangleStrokeBrushRowColumnHeadingBase.RectangleStrokeThicknessRowColumnHeadingBase.HeadingStateRowColumnHeadingBase.ResizeStartedRowColumnHeadingBase.ResizeDeltaRowColumnHeadingBase.ResizeCompletedControlBase.GetTemplateChild<T>(string)ControlBase.GetRequiredTemplateChild<T>(string, bool)...

Constructors

Initializes a new instance of the ColumnHeading class.

C#
public ColumnHeading()

Methods

Applies the thumbs properties.

C#
protected override void ApplyThumbsProperties()

Overrides: RowColumnHeadingBase.ApplyThumbsProperties()

Gets the new size.

C#
protected override double GetNewSize(Point point)
Parameters:pointPoint

The point.

Returns:

double

The new size.

Overrides: RowColumnHeadingBase.GetNewSize(Point)

Determines whether the pointer is inside thumb.

C#
protected override bool IsPointInsideThumb(MouseEventArgs e)
Parameters:eMouseEventArgs

The MouseEventArgs instance containing the event data.

Returns:

bool

True if the pointer is inside thumb.

Overrides: RowColumnHeadingBase.IsPointInsideThumb(MouseEventArgs)

Raises the event. This method is invoked whenever is set to true internally.

C#
protected override void OnInitialized(EventArgs e)
Parameters:eEventArgs

The RoutedEventArgs that contains the event data.