C# Класс Petzold.Media2D.ArrowLineBase

Provides a base class for ArrowLine and ArrowPolyline. This class is abstract.
Наследование: System.Windows.Shapes.Shape
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
ArrowAngleProperty System.Windows.DependencyProperty
ArrowEndsProperty System.Windows.DependencyProperty
ArrowLengthProperty System.Windows.DependencyProperty
IsArrowClosedProperty System.Windows.DependencyProperty

Защищенные свойства (Protected)

Свойство Тип Описание
PathfigLine System.Windows.Media.PathFigure
Pathgeo System.Windows.Media.PathGeometry
PolysegLine System.Windows.Media.PolyLineSegment

Открытые методы

Метод Описание
ArrowLineBase ( ) : System.Windows

Initializes a new instance of ArrowLineBase.

Приватные методы

Метод Описание
CalculateArrow ( System.Windows.Media.PathFigure pathfig, Point pt1, Point pt2 ) : System.Windows.Media.PathFigure

Описание методов

ArrowLineBase() публичный Метод

Initializes a new instance of ArrowLineBase.
public ArrowLineBase ( ) : System.Windows
Результат System.Windows

Описание свойств

ArrowAngleProperty публичное статическое свойство

Identifies the ArrowAngle dependency property.
public static DependencyProperty,System.Windows ArrowAngleProperty
Результат System.Windows.DependencyProperty

ArrowEndsProperty публичное статическое свойство

Identifies the ArrowEnds dependency property.
public static DependencyProperty,System.Windows ArrowEndsProperty
Результат System.Windows.DependencyProperty

ArrowLengthProperty публичное статическое свойство

Identifies the ArrowLength dependency property.
public static DependencyProperty,System.Windows ArrowLengthProperty
Результат System.Windows.DependencyProperty

IsArrowClosedProperty публичное статическое свойство

Identifies the IsArrowClosed dependency property.
public static DependencyProperty,System.Windows IsArrowClosedProperty
Результат System.Windows.DependencyProperty

PathfigLine защищенное свойство

protected PathFigure,System.Windows.Media PathfigLine
Результат System.Windows.Media.PathFigure

Pathgeo защищенное свойство

protected PathGeometry,System.Windows.Media Pathgeo
Результат System.Windows.Media.PathGeometry

PolysegLine защищенное свойство

protected PolyLineSegment,System.Windows.Media PolysegLine
Результат System.Windows.Media.PolyLineSegment