StyleBorder
Class
Border style
Definition
Namespace:Telerik.Charting.Styles
Assembly:Telerik.WinControls.RadChart.dll
Syntax:
C#
[TypeConverter(typeof(ExpandableObjectConverter))]
public class StyleBorder : StateManagedObject, IChartingStateManagedItem, IChartingStateManager, ICloneable
Inheritance: objectStateManagedObjectStyleBorder
Derived Classes:
Implements:
Inherited Members
Constructors
Creates new instance of StyleBorder class
C#
public StyleBorder()
Creates new instance of StyleBorder class
Creates new instance of StyleBorder class
Creates new instance of StyleBorder class
Properties
Specifies the line color property
C#
[TypeConverter(typeof(ColorConverter))]
[SkinnableProperty]
public virtual Color Color { get; set; }
Specifies the pen style property
C#
[SkinnableProperty]
public virtual DashStyle PenStyle { get; set; }
Methods
Clone this object
C#
public virtual object Clone()
Object with the same fields as this one
Implements:
Gets hash code