ComponentOne Basic Library for UWP
C1.UWP Assembly / C1.Xaml Namespace / C1SlideContentControl Class / Slide Property

In This Topic
    Slide Property
    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 System.Double
    public System.double Slide {get; set;}
    See Also