[]
Basic control used to draw a border around another view.
public class C1Border : ViewGroup, IDependencyObject, INotifyPropertyChanged
| Name | Description |
|---|---|
| C1Border(Context) | Initializes a new instance of the C1Border class. |
| Name | Description |
|---|---|
| BorderAlignmentProperty |
| Name | Description |
|---|---|
| BackgroundColor | Gets or sets the background color. |
| BorderAlignment | Gets or sets the way to draw the borders. |
| BorderColor | Gets or sets the color of the border. |
| BorderThickness | Gets or sets the border thickness. |
| Content | Gets the content view of the cell. |
| Padding | Gets or sets the padding of the cell. |
| Name | Description |
|---|---|
| Dispose(bool) | Releases the resources used by the UIView object. |
| Draw(Canvas) | |
| OnAttachedToWindow() | |
| OnLayout(bool, int, int, int, int) | |
| OnMeasure(int, int) | |
| OnPropertyChanged(string) | Raises PropertyChanged event. |
| Name | Description |
|---|---|
| PropertyChanged | Called when a property changed. |