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


C1.Silverlight Namespace > C1SlideContentControl Class : SlideDirection Property
Gets or sets the expand direction.
Syntax
'Declaration
 
Public Property SlideDirection As C1ExpandDirection
'Usage
 
Dim instance As C1SlideContentControl
Dim value As C1ExpandDirection
 
instance.SlideDirection = value
 
value = instance.SlideDirection
public C1ExpandDirection SlideDirection {get; set;}
See Also

Reference

C1SlideContentControl Class
C1SlideContentControl Members