StyleBorder
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
Creates new instance of StyleBorder class
public StyleBorder()
Creates new instance of StyleBorder class
public StyleBorder(bool visible)
Border visibility
Creates new instance of StyleBorder class
public StyleBorder(Color color, float width, DashStyle penStyle)
Border color
widthfloatBorder width
penStyleDashStyleBorder PenStyle
Creates new instance of StyleBorder class
public StyleBorder(Color color, float width)
Border color
widthfloatBorder width
Creates new instance of StyleBorder class
public StyleBorder(Color color)
Border color
Creates new instance of StyleBorder class
public StyleBorder(object containerObject)
Container object
Properties
Color
Color
Specifies the line color property
[TypeConverter(typeof(ColorConverter))]
[SkinnableProperty]
public virtual Color Color { get; set; }
PenStyle
DashStyle
Specifies the pen style property
[SkinnableProperty]
public virtual DashStyle PenStyle { get; set; }
Visible
bool
Visibility
public virtual bool Visible { get; set; }
Width
float
Specifies the width property
[SkinnableProperty]
public virtual float Width { get; set; }
Methods
Clone()
object
Clone this object
public virtual object Clone()
object
Object with the same fields as this one
Equals(object)
bool
Compare two objects
public override bool Equals(object obj)
Object tot compare
Returns:bool
Result of comparing
Overrides:
Gets hash code
public override int GetHashCode()
int
Hash code
Overrides: