[]
Basic control used to draw a border around another view.
public class C1Border : UIView, IDependencyObject, INotifyPropertyChanged
Name | Description |
---|---|
C1Border() | Initializes a new instance of the C1Border class. |
C1Border(IntPtr) | Initializes a new instance of the C1Border class. |
Name | Description |
---|---|
BorderAlignmentProperty |
Name | Description |
---|---|
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. |
IntrinsicContentSize | |
Padding | Gets or sets the padding of the cell. |
Name | Description |
---|---|
Dispose(bool) | Releases the resources used by the UIView object. |
InvalidateIntrinsicContentSize() | |
LayoutSubviews() | |
MovedToSuperview() | |
OnPropertyChanged(string) | Raises PropertyChanged event. |
SetNeedsLayout() | |
SizeThatFits(CGSize) | |
UpdateBorders() |
Name | Description |
---|---|
PropertyChanged | Called when a property changed. |