ClassStyleBorder
Border style
Definition
Namespace:Telerik.Reporting.Charting.Styles
Assembly:Telerik.Reporting.dll
Syntax:
[TypeConverter(typeof(ExpandableObjectConverter))]
public class StyleBorder : StateManagedObject, IChartingStateManagedItem, IChartingStateManager
Inheritance: objectStateManagedObjectStyleBorder
Derived Classes:
Implements:
Inherited Members
Constructors
StyleBorder()
Creates new instance of StyleBorder class
Declaration
public StyleBorder()
StyleBorder(Color)
Creates new instance of StyleBorder class
Declaration
public StyleBorder(Color color)
Parameters
color
Color
Border color
StyleBorder(Color, float)
Creates new instance of StyleBorder class
Declaration
public StyleBorder(Color color, float width)
Parameters
color
Color
Border color
width
float
Border width
StyleBorder(Color, float, DashStyle)
Creates new instance of StyleBorder class
Declaration
public StyleBorder(Color color, float width, DashStyle penStyle)
Parameters
color
Color
Border color
width
float
Border width
penStyle
DashStyle
Border PenStyle
StyleBorder(bool)
Creates new instance of StyleBorder class
Declaration
public StyleBorder(bool visible)
Parameters
visible
bool
Border visibility
StyleBorder(object)
Creates new instance of StyleBorder class
Declaration
public StyleBorder(object containerObject)
Parameters
containerObject
object
Container object
Properties
Color
Specifies the line color property
Declaration
[TypeConverter(typeof(ColorConverter))]
[SkinnableProperty]
public virtual Color Color { get; set; }
Property Value
Color
PenStyle
Specifies the pen style property
Declaration
[SkinnableProperty]
public virtual DashStyle PenStyle { get; set; }
Property Value
DashStyle
Visible
Visibility
Declaration
public virtual bool Visible { get; set; }
Property Value
bool
Width
Specifies the width property
Declaration
[SkinnableProperty]
public virtual float Width { get; set; }
Property Value
float
Methods
Clone()
Clone this object
Declaration
public virtual object Clone()
Returns
object
Object with the same fields as this one
Equals(object)
Compare two objects
Declaration
public override bool Equals(object obj)
Parameters
obj
object
Object tot compare
Returns
bool
Result of comparing
Overrides
GetHashCode()
Gets hash code
Declaration
public override int GetHashCode()
Returns
int
Hash code
Overrides