[]
Abstract base class for shapes rendered by report fields. See ShapeType.
public abstract class ShapeBase : INotifyPropertyChanged, ICloneable
Name | Description |
---|---|
ShapeBase() |
Name | Description |
---|---|
ShapeType | Gets the type of the current shape. |
Name | Description |
---|---|
AssignFrom(ShapeBase) | Assigns (copies) properties from another ShapeBase to the current object. |
Clone() | Creates a copy of the current ShapeBase object. |
CreateShape(ShapeType) | Creates ShapeBase-derived object appropriate specified ShapeType. |
OnPropertyChanged(string) | Fires PropertyChanged event. |
Name | Description |
---|---|
PropertyChanged | Occurs when a property value changes. |