puzzlebta.blogg.se

Border radius for one side
Border radius for one side










border radius for one side

MyBorder1.CornerRadius = New CornerRadius(15)Īlthough the property name suggests that you can use only singular values, CornerRadius also supports non-uniform radii. MyBorder1.BorderThickness = New Thickness(5, 10, 15, 20) MyBorder1.BorderBrush = Brushes.SlateBlue MyBorder1.CornerRadius = new CornerRadius(15) MyBorder1.Background = Brushes.AliceBlue MyBorder1.BorderThickness = new Thickness(5, 10, 15, 20) The following example shows how to set the value of this property. The CornerRadius that describes the degree to which corners are rounded. Property System::Windows::CornerRadius CornerRadius member this.CornerRadius : with get, set Public Property CornerRadius As CornerRadius Property Value CornerRadius Gets or sets a value that represents the degree to which the corners of a Border are rounded.












Border radius for one side