ComponentOne FinancialChart for WPF
SlideDirection Property



C1.WPF 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;}
public:
property C1ExpandDirection SlideDirection {
   C1ExpandDirection get();
   void set (    C1ExpandDirection value);
}
See Also

Reference

C1SlideContentControl Class
C1SlideContentControl Members