| C1.Win.Chart.Interaction Namespace > C1RangeSlider Class : UpperThumbPath Property |
'Declaration<RefreshPropertiesAttribute(RefreshProperties.Repaint)> <MergablePropertyAttribute(True)> <DefaultValueAttribute()> <BrowsableAttribute(False)> Public Property UpperThumbPath As GraphicsPath
'UsageDim instance As C1RangeSlider Dim value As GraphicsPath instance.UpperThumbPath = value value = instance.UpperThumbPath
[RefreshProperties(RefreshProperties.Repaint)] [MergableProperty(true)] [DefaultValue()] [Browsable(false)] public GraphicsPath UpperThumbPath {get; set;}
[RefreshProperties(RefreshProperties.Repaint)] [MergableProperty(true)] [DefaultValue()] [Browsable(false)] public: property GraphicsPath^ UpperThumbPath { GraphicsPath^ get(); void set ( GraphicsPath^ value); }
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2