ComponentOne FinancialChart for WPF
Orientation Property (ScrollViewerCornerRadiusBuilder)



C1.WPF Namespace > ScrollViewerCornerRadiusBuilder Class : Orientation Property
Gets or sets the orientation of the scrollbar for which this builder will be used.
Syntax
'Declaration
 
Public Property Orientation As Orientation
'Usage
 
Dim instance As ScrollViewerCornerRadiusBuilder
Dim value As Orientation
 
instance.Orientation = value
 
value = instance.Orientation
public Orientation Orientation {get; set;}
public:
property Orientation Orientation {
   Orientation get();
   void set (    Orientation value);
}
See Also

Reference

ScrollViewerCornerRadiusBuilder Class
ScrollViewerCornerRadiusBuilder Members