ComponentOne FinancialChart for WPF
Slide Property



C1.WPF Namespace > C1SlideContentControl Class : Slide Property
Gets or sets a value between 0 and 1 which determine the visible percentage of the control, a value of 0 means the content is not visible wheras 1 is completely visible.
Syntax
'Declaration
 
Public Property Slide As Double
'Usage
 
Dim instance As C1SlideContentControl
Dim value As Double
 
instance.Slide = value
 
value = instance.Slide
public double Slide {get; set;}
public:
property double Slide {
   double get();
   void set (    double value);
}
See Also

Reference

C1SlideContentControl Class
C1SlideContentControl Members