Helper class for XAML usage.

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

Syntax

C#
[EditorBrowsableAttribute(EditorBrowsableState.Advanced)]
[MarkupExtensionReturnTypeAttribute(typeof(ILabelModelParameter))]
public sealed class SideSliderLabelModelParameterExtension : MarkupExtension
Visual Basic
<EditorBrowsableAttribute(EditorBrowsableState.Advanced)> _
<MarkupExtensionReturnTypeAttribute(GetType(ILabelModelParameter))> _
Public NotInheritable Class SideSliderLabelModelParameterExtension _
	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..::..SideSliderLabelModelParameterExtension

See Also