CornerRadius.BottomLeft Property
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Gets or sets the radius of rounding, in logical pixels, of the bottom left corner of the object where a CornerRadius is applied.
Assembly: System.Windows (in System.Windows.dll)
Property Value
Type: System.DoubleA Double that represents the radius of rounding, in logical pixels, of the bottom left corner of the object where a CornerRadius is applied. The default is 0.
You can set this value in XAML, but only as part of the attribute syntax for properties that take a CornerRadius, or as initialization text of a CornerRadius object element. See XAML sections and Remarks sections of CornerRadius.
Show: