Atomex.Client.Wpf.Controls.RoundedTextBox.GetValue C# (CSharp) Method

GetValue() private method

private GetValue ( ) : System.Windows
return System.Windows
            get => (CornerRadius)GetValue(CornerRadiusProperty);
            set => SetValue(CornerRadiusProperty, value);
RoundedTextBox