BottomLeft Property
Collapse the table of content
Expand the table of content

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.

Namespace:  System.Windows
Assembly:  System.Windows (in System.Windows.dll)

public double BottomLeft { get; set; }

Property Value

Type: System.Double
A 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.

Windows Phone OS

Supported in: 8.1, 8.0, 7.1, 7.0

Windows Phone

Show:
© 2017 Microsoft