ComponentOne Basic Library for WPF and Silverlight
Slide Property (C1SlideContentControl)


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 System.Double
'Usage
 
Dim instance As C1SlideContentControl
Dim value As System.Double
 
instance.Slide = value
 
value = instance.Slide
public System.double Slide {get; set;}
See Also

Reference

C1SlideContentControl Class
C1SlideContentControl Members