[]
        
(Showing Draft Content)

C1.Win.C1Gauge.BulletGraph.BulletGraphBorder

BulletGraphBorder Class

Encapsulates properties of a pen used to draw borders of C1BulletGraph elements.

Inheritance
BulletGraphBorder
Namespace: C1.Win.C1Gauge.BulletGraph
Assembly: C1.Win.C1Gauge.4.8.dll
Syntax
[TypeConverter(typeof(ExpandableObjectConverter))]
public class BulletGraphBorder : INotifyPropertyChanged, ICloneable, IEquatable<BulletGraphBorder>

Constructors

Name Description
BulletGraphBorder()

Initializes a new instance of the BulletGraphBorder class.

BulletGraphBorder(Color, double, C1GaugeBorderStyle)

Initializes a new instance of the BulletGraphBorder class.

Properties

Name Description
Color

Gets or sets the color of the C1BulletGraph element.

LineStyle

Gets or sets the style of lines drawn with a border.

Thickness

Gets or sets the thickness of the C1BulletGraph element.

Methods

Name Description
Clone()

Creates a new object that is a copy of the current instance.

Copy(BulletGraphBorder)

Copy values from the specified BulletGraphBorder object.

Equals(BulletGraphBorder)

Indicates whether this instance and a specified BulletGraphBorder object are equal.

Equals(object)

Indicates whether this instance and a specified object are equal.

GetHashCode()

Returns the hash code for this instance.

Events

Name Description
PropertyChanged

Fires when any properties change.

Operators

Name Description
operator ==(BulletGraphBorder, BulletGraphBorder)
operator !=(BulletGraphBorder, BulletGraphBorder)