ClassRadSparklineDiamond
Class
Represents the RadSparklines for Silverlight RadSparklineDiamond control wrapper.
Definition
Namespace:Telerik.WebAii.Controls.Xaml.Wpf
Assembly:Telerik.WebAii.Controls.Xaml.Wpf.dll
Syntax:
cs-api-definition
public class RadSparklineDiamond : Control, IAutomationPeer, IPeerConverter, IControl, IFrameworkElement, ITargetElement
Inheritance: objectAutomationObject<FrameworkElement>FrameworkElementWpfTestElementControlRadSparklineDiamond
Implements:
Inherited Members
Constructors
RadSparklineDiamond()
Initializes a new instance of the RadSparklineDiamond class.
Declaration
cs-api-definition
public RadSparklineDiamond()
Properties
Color
Get the diamond color.
Height
Get the diamond height.
SparklineDiamondColorValue
Get the selected color RGB representation. Example: '255:0:0'.
Declaration
cs-api-definition
public string SparklineDiamondColorValue { get; }
Property Value
Width
Get the diamond width.
Methods
AssignReference(AutomationReference)
Assign the reference and perform your custom class initialization.
Declaration
cs-api-definition
public override void AssignReference(AutomationReference reference)
Parameters
reference
Overrides