ClassFlowChartShapeExtension
Class
Represents a custom markup extension for creating flow chart shape geometries.
Definition
Namespace:Telerik.Windows.Controls.Diagrams
Assembly:Telerik.Windows.Controls.Diagrams.dll
Syntax:
cs-api-definition
public class FlowChartShapeExtension : MarkupExtension
Inheritance: objectFlowChartShapeExtension
Constructors
FlowChartShapeExtension()
Initializes a new instance of the FlowChartShapeExtension class.
Declaration
cs-api-definition
public FlowChartShapeExtension()
Properties
ShapeType
The type of the shape.
Declaration
cs-api-definition
public FlowChartShapeType ShapeType { get; set; }
Property Value
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
cs-api-definition
public override object ProvideValue(IServiceProvider serviceProvider)
Parameters
serviceProvider
Object that can provide services for the markup extension.
Returns
The object value to set on the property where the extension is applied.