Class HexagonItem
Provides methods and properties for using a HexagonItem.
Inherited Members
Namespace: Telerik.Windows.Controls.Spreadsheet.Controls
Assembly: Telerik.Windows.Controls.Spreadsheet.dll
Syntax
public class HexagonItem : ControlBase
Constructors
HexagonItem(RadHexagonColorPicker, Single, Single, Double, Color, Double)
Initializes a new instance of the Hexagon
Declaration
public HexagonItem(RadHexagonColorPicker parentColorPicker, float x, float y, double sideLength, Color hexagonElementColor, double borderStrokeThickness = 0)
Parameters
Rad The parent color picker. |
System. The x coordinate. |
System. The y coordinate. |
System. Length of the side. |
System. Color of the hexagon element. |
System. The border stroke thickness. |
Methods
OnApplyTemplate()
When overridden in a derived class, is invoked whenever application
code or internal processes (such as a rebuilding layout pass) call System.
Declaration
public override void OnApplyTemplate()
OnInitialized(EventArgs)
Raises the System.
Declaration
protected override void OnInitialized(EventArgs e)
Parameters
System. The System. |