Helper class for XAML usage.

Namespace: yWorks.yFiles.UI.Markup.Common
Assembly: yWorks.yFilesSilverlight.Viewer (in yWorks.yFilesSilverlight.Viewer.dll) Version: 2.1.0.2

Syntax

C#
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
[MarkupExtensionReturnTypeAttribute(typeof(SimpleBend))]
public sealed class BendExtension : MarkupExtension
Visual Basic
<EditorBrowsableAttribute(EditorBrowsableState.Never)> _
<MarkupExtensionReturnTypeAttribute(GetType(SimpleBend))> _
Public NotInheritable Class BendExtension _
	Inherits MarkupExtension

Remarks

This class is not meant to be used from within code but supports the writing and parsing of XAML code only.

Inheritance Hierarchy

System..::..Object
  yWorks.Support.Windows..::..MarkupExtension
    yWorks.yFiles.UI.Markup.Common..::..BendExtension

See Also