HexagonItem
Provides methods and properties for using a HexagonItem.
Definition
Namespace:Telerik.Windows.Controls.Spreadsheet.Controls
Assembly:Telerik.Windows.Controls.Spreadsheet.dll
Syntax:
public class HexagonItem : ControlBase
Inheritance: objectControlBaseHexagonItem
Inherited Members
Constructors
Initializes a new instance of the HexagonItem class.
public HexagonItem(RadHexagonColorPicker parentColorPicker, float x, float y, double sideLength, Color hexagonElementColor, double borderStrokeThickness = 0)
The parent color picker.
xfloatThe x coordinate.
yfloatThe y coordinate.
sideLengthdoubleLength of the side.
hexagonElementColorColorColor of the hexagon element.
borderStrokeThicknessdoubleThe border stroke thickness.
Methods
When overridden in a derived class, is invoked whenever application code or internal processes (such as a rebuilding layout pass) call . In simplest terms, this means the method is called just before a UI element displays in an application. For more information, see Remarks.
public override void OnApplyTemplate()
Raises the event. This method is invoked whenever is set to true internally.
protected override void OnInitialized(EventArgs e)
The RoutedEventArgs that contains the event data.