Interface IViewSink<TView>
View sink interface.
Namespace: FM.LiveSwitch
Assembly: FM.LiveSwitch.dll
Syntax
public interface IViewSink<TView>
Type Parameters
| Name | Description |
|---|---|
| TView |
Properties
View
Gets the view.
Declaration
TView View { get; }
Property Value
| Type | Description |
|---|---|
| TView |
ViewMirror
Gets or sets a value indicating whether the view is mirrored.
Declaration
bool ViewMirror { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Boolean |
ViewScale
Gets or sets the view scale.
Declaration
LayoutScale ViewScale { get; set; }
Property Value
| Type | Description |
|---|---|
| LayoutScale |