Class ColorHexagonElement
Inheritance
System.Object
ColorHexagonElement
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WinControls.UI.RadColorPicker
Assembly: Telerik.WinControls.UI.dll
Syntax
public class ColorHexagonElement
Constructors
ColorHexagonElement()
Declaration
public ColorHexagonElement()
Properties
BoundingRectangle
Gets a rectangle containing the hexagon
Declaration
public Rectangle BoundingRectangle { get; }
Property Value
System.Drawing.Rectangle
|
CurrentColor
Gets or sets the hexagon color
Declaration
public Color CurrentColor { get; set; }
Property Value
System.Drawing.Color
|
IsHovered
Gets or sets a value indicating whether the hexagon is hovered
Declaration
public bool IsHovered { get; set; }
Property Value
System.Boolean
|
IsSelected
Gets or sets a value indicating whether the hexagon is selected
Declaration
public bool IsSelected { get; set; }
Property Value
System.Boolean
|
Methods
Paint(Graphics)
Paints the hexagon
Declaration
public void Paint(Graphics graphics)
Parameters
System.Drawing.Graphics
graphics
|
SetHexagonPoints(Single, Single, Int32)
Declaration
public void SetHexagonPoints(float xCoordinate, float yCoordinate, int hexagonWidth)
Parameters
System.Single
xCoordinate
|
System.Single
yCoordinate
|
System.Int32
hexagonWidth
|