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

See Also