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