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



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