ClassVerticalLabelTick
Class
Represents the BulletGraph for Silverlight VerticalLabelTick control wrapper.
Definition
Namespace:Telerik.WebAii.Controls.Xaml
Assembly:Telerik.WebAii.Controls.Xaml.dll
Syntax:
cs-api-definition
public class VerticalLabelTick : Control, IAutomationPeer, IPeerConverter, IControl, IFrameworkElement, ITargetElement
Inheritance: objectAutomationObject<FrameworkElement>FrameworkElementSilverlightTestElementControlVerticalLabelTick
Implements:
Inherited Members
Constructors
VerticalLabelTick()
Initializes a new instance of the VerticalLabelTick class.
Declaration
cs-api-definition
public VerticalLabelTick()
Properties
LabelColor
Get the label color.
LabelColorValue
Get the selected color RGB representation. Example: '255:0:0'.
LabelText
The text of the labels.
Declaration
cs-api-definition
[Obsolete("Use .Text instead.")]
public string LabelText { get; }
Property Value
TickColor
Get the tick color.
TickColorValue
Get the selected color RGB representation. Example: '255:0:0'.
TickHeight
Get the tick height.
TickWidth
Get the tick 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