ArrowShapeExtension
Class
Represents a custom markup extension for creating arrow shape geometries.
Definition
Namespace:Telerik.Windows.Controls.Diagrams
Assembly:Telerik.Windows.Controls.Diagrams.dll
Syntax:
C#
public class ArrowShapeExtension : MarkupExtension
Inheritance: objectArrowShapeExtension
Constructors
Initializes a new instance of the ArrowShapeExtension class.
C#
public ArrowShapeExtension()
Properties
The type of the Arrow.
C#
public ArrowShapeType ShapeType { get; set; }
Methods
When implemented in a derived class, returns an object that is set as the value of the target property for this markup extension.
C#
public override object ProvideValue(IServiceProvider serviceProvider)
Object that can provide services for the markup extension.
Returns:The object value to set on the property where the extension is applied.