Represents a Path that renders a triangle shape with the apex on a specified side.
- Inheritance:
-
object
Visual
UIElement
Framework
Element Shape object
Constructors
Triangle()
Initializes an instance of the Triangle
class.
Properties
ApexSide
Gets or sets the side upon which the triangle apex appears.
Property Value
- Side:
The side upon which the triangle apex appears. The default value is
Side.Top
.
DefiningGeometry
IsClosed
Gets or sets whether the side opposite the apex is closed.
Property Value
- bool:
true
if the side opposite the apex is closed; otherwise,false
. The default value istrue
.
Fields
ApexSideProperty
Identifies the Apex
DataProperty
Identifies the ActiproSoftware.Windows.Shapes.Triangle.Data dependency property. This field is read-only.
IsClosedProperty
Identifies the Is