You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
> As a developer, you will need to make sure the CameraHelper resources used by the control are cleaned up when appropriate. See [CameraHelper documentation](../helpers/CameraHelper.md) for more details
49
48
50
-
## Properties
51
-
52
-
| Property | Type | Description |
53
-
| -- | -- | -- |
54
-
| CameraHelper|[CameraHelper](../helpers/CameraHelper.md)| Gets the CameraHelper associated with the control. |
55
-
| IsFrameSourceGroupButtonVisible | bool| Set this property to hide or show Frame Source Group Button. Note: This button is conditionally visible based on more than one source being available. |
Copy file name to clipboardExpand all lines: components/DeveloperTools/samples/DeveloperTools.md
-9Lines changed: 0 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,15 +20,6 @@ You can control the grid's steps with `HorizontalStep` and `VerticalStep` proper
20
20
21
21
> [!Sample AlignmentGridSample]
22
22
23
-
### Properties
24
-
25
-
| Property | Type | Description |
26
-
| -- | -- | -- |
27
-
| HorizontalStep | double | Gets or sets the step to use horizontally |
28
-
| LineBrush | Brush | Gets or sets line Brush |
29
-
| VerticalStep | double | Gets or sets the step to use vertically |
30
-
31
-
32
23
## FocusTracker
33
24
34
25
The [FocusTracker Control](/dotnet/api/microsoft.toolkit.uwp.developertools.focustracker) can be used to display information about the current focused XAML element (if any).
Copy file name to clipboardExpand all lines: components/Helpers/samples/CameraHelper.md
-22Lines changed: 0 additions & 22 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -59,28 +59,6 @@ Likewise, make sure to handle app [suspending](/windows/uwp/launch-resume/suspen
59
59
60
60
Call `CameraHelper.CleanupAsync()` to clean up all internal resources. See the [CameraHelper sample page in the sample app](https://github.com/windows-toolkit/WindowsCommunityToolkit/tree/rel/7.1.0/Microsoft.Toolkit.Uwp.SampleApp/SamplePages/CameraHelper) for full example.
61
61
62
-
## Properties
63
-
64
-
| Property | Type | Description |
65
-
| -- | -- | -- |
66
-
| FrameSourceGroup | MediaFrameSourceGroup | Gets the currently selected MediaFrameSourceGroup for video preview. User can set this property to preview video from a specific source. If no MediaFrameSourceGroup is provided, Camera Helper selects the first available camera source to use for media capture. |
67
-
| PreviewFrameSource | MediaFrameSource | Gets the currently selected MediaFrameSource for video preview. |
68
-
69
-
## Methods
70
-
71
-
| Methods | Return Type | Description |
72
-
| -- | -- | -- |
73
-
| GetFrameSourceGroupsAsync() | Task<IReadOnlyList\<MediaFrameSourceGroup>> | Gets a read only list of MediaFrameSourceGroups that support color video record or video preview streams. |
74
-
| InitializeAndStartCaptureAsync() | Task\<CameraHelperResult> | Initializes Media Capture and Frame Reader for video preview and capture frames in real time. |
75
-
| CleanUpAsync() | Task | Use this asynchronous method to dispose Camera Helper resources |
76
-
| Dispose() | void | Use this method to dispose Camera Helper resources |
77
-
78
-
## Events
79
-
80
-
| Events | Description |
81
-
| -- | -- |
82
-
| FrameArrived| Fires when a new frame arrives.|
83
-
84
62
## Examples
85
63
86
64
Demonstrates using Camera Helper to get video frames from a specific media frame source group.
Copy file name to clipboardExpand all lines: components/Helpers/samples/NetworkHelper.md
-35Lines changed: 0 additions & 35 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,38 +18,3 @@ It exposes network information though a property called ConnectionInformation. T
18
18
A metered connection is an Internet connection that has a data limit or cost associated with it. Cellular data connections are set as metered by default. Wi-Fi network connections can be set to metered, but aren't by default. Application developers should take metered nature of connection into account and reduce data usage.
19
19
20
20
> [!Sample NetworkHelperSample]
21
-
22
-
23
-
## NetworkHelper Properties
24
-
25
-
| Property | Type | Description |
26
-
| -- | -- | -- |
27
-
| ConnectionInformation |[ConnectionInformation](/dotnet/api/microsoft.toolkit.uwp.connectivity.connectioninformation)| Gets instance of ConnectionInformation |
28
-
| Instance | NetworkHelper | Gets public singleton property |
29
-
30
-
31
-
## ConnectionInformation Properties
32
-
33
-
| Property | Type | Description |
34
-
| -- | -- | -- |
35
-
| ConnectionCost |[ConnectionCost](/uwp/api/Windows.Networking.Connectivity.ConnectionCost)| Gets connection cost for the current Internet Connection Profile |
36
-
| ConnectionType |[ConnectionType](/dotnet/api/microsoft.toolkit.uwp.connectivity.connectiontype)| Gets connection type for the current Internet Connection Profile |
37
-
| ConnectivityLevel |[NetworkConnectivityLevel](/uwp/api/Windows.Networking.Connectivity.NetworkConnectivityLevel)| Gets connectivity level for the current Internet Connection Profile |
38
-
| IsInternetAvailable | bool | Gets a value indicating whether internet is available across all connections |
39
-
| IsInternetOnMeteredConnection | bool | Gets a value indicating whether if the current internet connection is metered |
40
-
| NetworkNames | IReadOnlyList\<string> | Gets signal strength for the current Internet Connection Profile |
41
-
| SignalStrength | Nullable\<Byte> | Gets signal strength for the current Internet Connection Profile |
42
-
43
-
44
-
## ConnectionInformation Methods
45
-
46
-
| Methods | Return Type | Description |
47
-
| -- | -- | -- |
48
-
| UpdateConnectionInformation(ConnectionProfile) | void | Updates the current object based on profile passed |
49
-
50
-
51
-
## NetworkHelper Events
52
-
53
-
| Events | Description |
54
-
| -- | -- |
55
-
| NetworkChanged | Event raised when the network changes |
Copy file name to clipboardExpand all lines: components/LayoutTransformControl/samples/LayoutTransformControl.md
-7Lines changed: 0 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -45,10 +45,3 @@ The transformations that can be applied are one of the following:
45
45
</Border>
46
46
</controls:LayoutTransformControl>
47
47
```
48
-
49
-
## Properties
50
-
51
-
| Property | Type | Description |
52
-
| -- | -- | -- |
53
-
| Child | FrameworkElement | The content of the control that will receive matrix transformations |
54
-
| Transform | Transform | The transformations to apply on the `Content`. It can be a single transformation like `RotateTransform`, `ScaleTransform` or `SkewTransform` or it can be a combo of multiple transformations using `TransformGroup`|
Copy file name to clipboardExpand all lines: components/MetadataControl/samples/MetadataControl.md
-7Lines changed: 0 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -46,10 +46,3 @@ metadataControl.Items = new[]
46
46
## MetadataItem
47
47
48
48
A `MetadataItem` contains the information about one entry which will be displayed in the `MetadataControl`
49
-
50
-
| Property | Type | Description |
51
-
| -- | -- | -- |
52
-
| Label | String | Gets or sets the label of the item |
53
-
| AccessibleLabel | String | Gets or sets the automation name that will be set on the item. If not set, `Label` will be used. |
54
-
| Command | ICommand | Gets or sets the command associated to the item. If null, the item will be displayed as a text field. If set, the item will be displayed as an hyperlink. |
55
-
| CommandParameter | Object | Gets or sets the parameter that will be provided to the `Command`|
| LastChildFill | bool | Gets or sets a value indicating whether the last child element within a DockPanel stretches to fill the remaining available space |
39
-
| Padding | Thickness | The dimensions of the space between the edge and its child as a Thickness value. Thickness is a structure that stores dimension values using pixel measures. |
Copy file name to clipboardExpand all lines: components/Primitives/samples/UniformGrid.md
-15Lines changed: 0 additions & 15 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -133,18 +133,3 @@ In addition to `FlowDirection` to layout items from Right-to-Left. The UWP Unif
133
133
134
134
> [!NOTE]
135
135
> Changing the `FlowDirection` or `Orientation` properties effect how `FirstColumn` is interpreted. `FlowDirection` will effectively mirror the layout on the vertical axis. `Orientation` instead acts more like a transpose and will push items in the first column down.
136
-
137
-
## Properties
138
-
139
-
| Property | Type | Description |
140
-
| -- | -- | -- |
141
-
| Columns | int | Specifies a fixed number of columns to use for layout. Defaults to `0` which will automatically calculate a value based on the number of items. |
142
-
| FirstColumn | int | Specifies the first column from the top-left (during normal layout) to display the first item. Defaults to `0`.
143
-
| Orientation | Windows.UI.Xaml.Controls.Orientation | Determines if layout proceeds horizontally from left-to-right or vertically from top-to-bottom. The default is `Horizontal`. |
144
-
| Rows | int | Specifies a fixed number of rows to use for layout. Defaults to `0` which will automatically calculate a value based on the number of items. |
145
-
146
-
## Attached Properties
147
-
148
-
| Property | Type | Description |
149
-
| -- | -- | -- |
150
-
| AutoLayout | bool? |**DO NOT USE** - Internal property used to keep track of items that are fixed in position or need to automatically adjusted during layout. *Only set to `False` for the top-left edge case scenario described above for fixed child locations.*|
0 commit comments