[]
        
(Showing Draft Content)

C1.iOS.Core.C1Border

C1Border Class

Basic control used to draw a border around another view.

Inheritance
C1Border
Implements
INotifyPropertyChanged
Namespace: C1.iOS.Core
Assembly: C1.iOS.Core.dll
Syntax
public class C1Border : UIView, IDependencyObject, INotifyPropertyChanged

Constructors

Name Description
C1Border()

Initializes a new instance of the C1Border class.

C1Border(IntPtr)

Initializes a new instance of the C1Border class.

Fields

Name Description
BorderAlignmentProperty

Properties

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.

Methods

Name Description
Dispose(bool)

Releases the resources used by the UIView object.

InvalidateIntrinsicContentSize()
LayoutSubviews()
MovedToSuperview()
OnPropertyChanged(string)

Raises PropertyChanged event.

SetNeedsLayout()
SizeThatFits(CGSize)
UpdateBorders()

Events

Name Description
PropertyChanged

Called when a property changed.