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
/// <summary>Returns a <see cref="T:Microsoft.Maui.Controls.BoundsConstraint"/> object that contains the compiled version of <paramref name="expression"/> and is relative to either <paramref name="parents"/> or the views referred to in <paramref name="expression"/>.</summary>
23
+
/// <param name="expression">The expression from which to compile the constraint.</param>
24
+
/// <param name="parents">The parents to consider when compiling the constraint.</param>
/// <summary>Provides base class and capabilities for all Microsoft.Maui.Controls cells. Cells are elements meant to be added to <see cref="T:Microsoft.Maui.Controls.ListView"/> or <see cref="T:Microsoft.Maui.Controls.TableView"/>.</summary>
/// <summary>Gets a list of menu items to display when the user performs the device-specific context gesture on the Cell.</summary>
88
+
/// <remarks>The context gesture on the iOS platform is a left swipe. For Android and Windows Phone operating systems, the context gesture is a press and hold.</remarks>
87
89
publicIList<MenuItem>ContextActions
88
90
{
89
91
get
@@ -98,7 +100,7 @@ public IList<MenuItem> ContextActions
/// <summary>Gets a value that indicates whether the cell has at least one menu item in its <see cref="P:Microsoft.Maui.Controls.Cell.ContextActions"/> list property.</summary>
/// <summary>Immediately updates the cell's size.</summary>
163
+
/// <remarks>Developers can call this method to update the cell's size, even if the cell is currently visible. Developers should note that this operation can be expensive.</remarks>
/// <summary>Gets or sets the color to render the primary text. This is a bindable property.</summary>
76
+
/// <remarks>Not all platforms may support transparent text rendering. Using Color.Default will result in the system theme color being used. Color.Default is the default color value.</remarks>
/// <summary>Creates a new <see cref="T:Microsoft.Maui.Controls.CheckedChangedEventArgs"/> specifying whether the <see cref="T:Microsoft.Maui.Controls.CheckBox"/> is checked.</summary>
10
+
/// <param name="value">Boolean value indicating whether the <see cref="T:Microsoft.Maui.Controls.CheckBox"/> is checked.</param>
0 commit comments