Slide Property (C1SlideContentControl)
In This Topic
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
public double Slide {get; set;}
See Also