[]
Abstract base class for IsoscelesTriangleShape and RightTriangleShape types.
public abstract class TriangleShapeBase : ShapeBase, INotifyPropertyChanged, ICloneable
| Name | Description |
|---|---|
| TriangleShapeBase() |
| Name | Description |
|---|---|
| Angle | Gets or sets a value specifying angle the shape is rotated. |
| FlipHorizontal | Gets or sets a value specifying whether the shape is flipped horizontally. |
| FlipVertical | Gets or sets a value specifying whether the shape is flipped vertically. |
| Name | Description |
|---|---|
| AssignFrom(ShapeBase) | Assigns (copies) properties from another ShapeBase to the current object. |