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



In This Topic
    TopRight Property
    In This Topic
    Gets or sets a value indicating whether top-right corner value will be taken from ScrollBarCornerRadius.
    Syntax
    'Declaration
     
    
    Public Property TopRight As Boolean
    'Usage
     
    
    Dim instance As ScrollBarCornerRadiusBuilder
    Dim value As Boolean
     
    instance.TopRight = value
     
    value = instance.TopRight
    public bool TopRight {get; set;}
    public:
    property bool TopRight {
       bool get();
       void set (    bool value);
    }
    See Also