ComponentOne FinancialChart for WPF
C1.WPF Namespace / ScrollBarCornerRadiusBuilder Class / BottomRight Property



In This Topic
    BottomRight Property
    In This Topic
    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