[]
        
(Showing Draft Content)

C1.Document.TriangleShapeBase

TriangleShapeBase Class

Abstract base class for IsoscelesTriangleShape and RightTriangleShape types.

Namespace: C1.Document
Assembly: C1.Document.dll
Syntax
public abstract class TriangleShapeBase : ShapeBase, INotifyPropertyChanged, ICloneable

Constructors

Name Description
TriangleShapeBase()

Properties

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.

Methods

Name Description
AssignFrom(ShapeBase)

Assigns (copies) properties from another ShapeBase to the current object.