ReactiveView() constructor¶
Defined in
Type: ReactiveView
Namespace: ReactiveUI.Reactive
Assembly: ReactiveUI.Reactive.dll
Applies to
net10.0-ios26.0, net10.0-macos26.0, net10.0-maccatalyst26.0, net10.0-tvos26.0
Overloads¶
- 1.
protected ReactiveView() - 2.
protected ReactiveView(NSCoder c) - 3.
protected ReactiveView(NSObjectFlag f) - 4.
protected ReactiveView(in nint handle) - 5.
protected ReactiveView(CGRect frame)
1. Overload¶
protected ReactiveView()
Summary: Initializes a new instance of the ReactiveView class.
2. Overload¶
protected ReactiveView(NSCoder c)
Summary: Initializes a new instance of the ReactiveView class.
Parameters
| Name | Type | Description |
|---|---|---|
c | NSCoder | The coder. |
3. Overload¶
protected ReactiveView(NSObjectFlag f)
Summary: Initializes a new instance of the ReactiveView class.
Parameters
| Name | Type | Description |
|---|---|---|
f | NSObjectFlag | The object flag. |
4. Overload¶
protected ReactiveView(in nint handle)
Summary: Initializes a new instance of the ReactiveView class.
Parameters
| Name | Type | Description |
|---|---|---|
in handle | nint | The pointer. |
5. Overload¶
protected ReactiveView(CGRect frame)
Summary: Initializes a new instance of the ReactiveView class.
Parameters
| Name | Type | Description |
|---|---|---|
frame | CGRect | The frame. |