[]
        
(Showing Draft Content)

C1.Android.Core.C1Rect.Location

Location Property

Location

Gets or sets the position of the top-left corner of the rectangle.

Declaration
public C1Point Location { get; set; }
Public Property Location As C1Point
Property Value
Type Description
C1Point

The position of the top-left corner of the rectangle. The default is (0, 0).

Exceptions
Type Condition
InvalidOperationException

System.Windows.Rect.Location is set on an System.Windows.Rect.Empty rectangle.