[]
Encapsulates properties of a pen used to draw borders of C1BulletGraph elements.
[TypeConverter(typeof(ExpandableObjectConverter))]
public class BulletGraphBorder : INotifyPropertyChanged, ICloneable, IEquatable<BulletGraphBorder>
Name | Description |
---|---|
BulletGraphBorder() | Initializes a new instance of the BulletGraphBorder class. |
BulletGraphBorder(Color, double, C1GaugeBorderStyle) | Initializes a new instance of the BulletGraphBorder class. |
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. |
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. |
Name | Description |
---|---|
PropertyChanged | Fires when any properties change. |
Name | Description |
---|---|
operator ==(BulletGraphBorder, BulletGraphBorder) | |
operator !=(BulletGraphBorder, BulletGraphBorder) |