ComponentOne FinancialChart for WPF
BottomRight Property



C1.WPF Namespace > ScrollBarCornerRadiusBuilder Class : BottomRight Property
Gets or sets a value indicating whether bottom-right corner value will be taken from ScrollBarCornerRadius.
Syntax
'Declaration
 
Public Property BottomRight As Boolean
'Usage
 
Dim instance As ScrollBarCornerRadiusBuilder
Dim value As Boolean
 
instance.BottomRight = value
 
value = instance.BottomRight
public bool BottomRight {get; set;}
public:
property bool BottomRight {
   bool get();
   void set (    bool value);
}
See Also

Reference

ScrollBarCornerRadiusBuilder Class
ScrollBarCornerRadiusBuilder Members