public class LegendItemShape : ShapePublic Class LegendItemShape
Inherits Shape| LegendItemShape | Initializes a new instance of LegendItemShape class. |
| LegendItemShape(Color, String) | Initializes a new instance of LegendItemShape class. |
| LegendItemShape(Size, Int32, Font, Color, Color, String) | Initializes a new instance of LegendItemShape class. |
| Bounds |
Gets or sets the bounds of the shape.
(Overrides ShapeBounds) |
| Brush |
Gets or sets the brush of the shape.
(Inherited from Shape) |
| Bullet | Gets or sets the bullet shape of the legend item. |
| BulletPlaceWidth | Gets or sets the width of the space for the bullet. |
| Center |
Gets or sets the center coordinates of the shape.
(Inherited from Shape) |
| Color | Gets or sets the color of the bullet. |
| Font | Gets or sets the font of a legend item label. |
| FontColor | Gets or sets the color of the label font. |
| ShapeColor |
Gets or sets the color of the shape.
(Inherited from Shape) |
| Size | Gets or sets the size of the legend item. |
| Text | Gets or sets the text of the legend item label. |
| Dispose |
Releases all resources used by this object.
(Inherited from Shape) |
| Dispose(Boolean) |
Releases all resources used by this object.
(Overrides ShapeDispose(Boolean)) |
| Draw |
Draws the legend item.
(Overrides ShapeDraw(Graphics)) |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
| Finalize |
Destructor for this class. Disposes resources used by this class.
(Inherited from Shape) |
| GetHashCode | Serves as the default hash function. (Inherited from Object) |
| GetType | Gets the Type of the current instance. (Inherited from Object) |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) |
| OnPropertyChanged |
Fires PropertyChanged event.
(Inherited from Shape) |
| ToString | Returns a string that represents the current object. (Inherited from Object) |
| PropertyChanged |
Raised whenever a value of a property changes.
(Inherited from Shape) |